• 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: [
13        "fluoride_defaults",
14        "latest_android_hardware_audio_common_ndk_static",
15        "latest_android_hardware_bluetooth_audio_ndk_static",
16        "latest_android_media_audio_common_types_ndk_static",
17    ],
18    include_dirs: [
19        "packages/modules/Bluetooth/system/",
20        "packages/modules/Bluetooth/system/gd/",
21        "packages/modules/Bluetooth/system/include/",
22        "packages/modules/Bluetooth/system/stack/include",
23        "packages/modules/Bluetooth/system/stack/test",
24        "packages/modules/Bluetooth/system/types/",
25    ],
26    static_libs: [
27        "android.hardware.audio.common@5.0",
28        "android.hardware.bluetooth.a2dp@1.0",
29        "android.hardware.bluetooth.audio@2.0",
30        "android.hardware.bluetooth.audio@2.1",
31        "android.hardware.bluetooth@1.0",
32        "android.hardware.bluetooth@1.1",
33        "android.hardware.common-V2-ndk",
34        "android.hardware.common.fmq-V1-ndk",
35        "android.system.suspend-V1-ndk",
36        "android.system.suspend.control-V1-ndk",
37        "libFraunhoferAAC",
38        "libaudio-a2dp-hw-utils",
39        "libbluetooth-dumpsys",
40        "libbluetooth-gdx",
41        "libbluetooth-types",
42        "libbluetooth_core_rs",
43        "libbluetooth_crypto_toolbox",
44        "libbluetooth_gd",
45        "libbluetooth_log",
46        "libbt-audio-hal-interface",
47        "libbt-bta",
48        "libbt-bta-core",
49        "libbt-btu-main-thread",
50        "libbt-common",
51        "libbt-hci",
52        "libbt-jni-thread",
53        "libbt-sbc-decoder",
54        "libbt-sbc-encoder",
55        "libbt-stack",
56        "libbt-stack-core",
57        "libbt_shim_bridge",
58        "libbtcore",
59        "libbtdevice",
60        "libbte",
61        "libbtif",
62        "libbtif-core",
63        "libg722codec",
64        "liblc3",
65        "libopus",
66        "libosi",
67        "libstatslog_bt",
68        "libudrv-uipc",
69    ],
70    shared_libs: [
71        "libPlatformProperties",
72        "libaaudio",
73        "libaconfig_storage_read_api_cc",
74        "libbase",
75        "libbinder",
76        "libbinder_ndk",
77        "libcrypto",
78        "libcutils",
79        "libevent",
80        "libfmq",
81        "libhidlbase",
82        "liblog",
83        "libprotobuf-cpp-lite",
84        "libstatssocket",
85        "libutils",
86        "server_configurable_flags",
87    ],
88}
89