1package {
2    // See: http://go/android-license-faq
3    // A large-scale-change added 'default_applicable_licenses' to import
4    // all of the 'license_kinds' from "system_bt_license"
5    // to get the below license kinds:
6    //   SPDX-license-identifier-Apache-2.0
7    default_applicable_licenses: ["system_bt_license"],
8}
9
10cc_defaults {
11    name: "libbt-stack_fuzz_defaults",
12    defaults: ["fluoride_defaults"],
13    include_dirs: [
14        "system/bt/",
15        "system/bt/include/",
16        "system/bt/types/",
17        "system/bt/internal_include/",
18        "system/bt/stack/include",
19        "system/bt/stack/test",
20    ],
21    static_libs: [
22        "libbt-stack",
23        "libbte",
24        "libFraunhoferAAC",
25        "libbt-audio-hal-interface",
26        "libbtcore",
27        "libbt-bta",
28        "libbt-stack",
29        "libbt-common",
30        "libbt-sbc-decoder",
31        "libbt-sbc-encoder",
32        "libbt-utils",
33        "libbtif",
34        "libbt-hci",
35        "libbtdevice",
36        "libg722codec",
37        "libosi",
38        "libudrv-uipc",
39        "libbt-protos-lite",
40        "libbluetooth_gd",
41    ],
42    shared_libs: [
43        "libbinder",
44        "libbase",
45        "libcutils",
46        "liblog",
47        "android.hardware.bluetooth@1.0",
48        "android.hardware.bluetooth@1.1",
49        "android.hardware.bluetooth.a2dp@1.0",
50        "android.hardware.bluetooth.audio@2.0",
51        "android.hardware.bluetooth.audio@2.1",
52        "android.system.suspend.control-V1-ndk",
53        "libaaudio",
54        "libbinder_ndk",
55        "libfmq",
56        "libhidlbase",
57        "libprocessgroup",
58        "libprotobuf-cpp-lite",
59        "libutils",
60        "libcrypto",
61    ],
62}
63