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