• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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        "packages/modules/Bluetooth/system/",
15        "packages/modules/Bluetooth/system/include/",
16        "packages/modules/Bluetooth/system/internal_include/",
17        "packages/modules/Bluetooth/system/stack/include",
18        "packages/modules/Bluetooth/system/stack/test",
19        "packages/modules/Bluetooth/system/types/",
20    ],
21    static_libs: [
22        "libFraunhoferAAC",
23        "libbluetooth-dumpsys",
24        "libbluetooth_core_rs",
25        "libbluetooth_gd",
26        "libbt-audio-hal-interface",
27        "libbt-bta",
28        "libbt-bta-core",
29        "libbt-common",
30        "libbt-hci",
31        "libbt-protos-lite",
32        "libbt-sbc-decoder",
33        "libbt-sbc-encoder",
34        "libbt-stack",
35        "libbt-stack-core",
36        "libbtcore",
37        "libbtdevice",
38        "libbte",
39        "libbtif",
40        "libbtif-core",
41        "libg722codec",
42        "liblc3",
43        "libopus",
44        "libosi",
45        "libudrv-uipc",
46    ],
47    shared_libs: [
48        "android.hardware.bluetooth.a2dp@1.0",
49        "android.hardware.bluetooth.audio-V3-ndk",
50        "android.hardware.bluetooth.audio@2.0",
51        "android.hardware.bluetooth.audio@2.1",
52        "android.hardware.bluetooth@1.0",
53        "android.hardware.bluetooth@1.1",
54        "android.system.suspend.control-V1-ndk",
55        "libPlatformProperties",
56        "libaaudio",
57        "libbase",
58        "libbinder",
59        "libbinder_ndk",
60        "libcrypto",
61        "libcutils",
62        "libfmq",
63        "libhidlbase",
64        "liblog",
65        "libprotobuf-cpp-lite",
66        "libutils",
67    ],
68}
69