• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Bluetooth bt_stack.conf config file
2// ========================================================
3package {
4    // See: http://go/android-license-faq
5    // A large-scale-change added 'default_applicable_licenses' to import
6    // all of the 'license_kinds' from "system_bt_license"
7    // to get the below license kinds:
8    //   SPDX-license-identifier-Apache-2.0
9    default_applicable_licenses: ["system_bt_license"],
10}
11
12prebuilt_etc {
13    name: "bt_stack.conf",
14    src: "bt_stack.conf",
15    sub_dir: "bluetooth",
16}
17
18// Bluetooth bt_did.conf config file
19// ========================================================
20prebuilt_etc {
21    name: "bt_did.conf",
22    src: "bt_did.conf",
23    sub_dir: "bluetooth",
24}
25