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/types/", 17 "packages/modules/Bluetooth/system/internal_include/", 18 "packages/modules/Bluetooth/system/stack/include", 19 "packages/modules/Bluetooth/system/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 "liblc3", 38 "libopus", 39 "libosi", 40 "libudrv-uipc", 41 "libbt-protos-lite", 42 "libbluetooth-dumpsys", 43 "libbluetooth_gd", 44 ], 45 shared_libs: [ 46 "libbinder", 47 "libbase", 48 "libcutils", 49 "liblog", 50 "android.hardware.bluetooth@1.0", 51 "android.hardware.bluetooth@1.1", 52 "android.hardware.bluetooth.a2dp@1.0", 53 "android.hardware.bluetooth.audio@2.0", 54 "android.hardware.bluetooth.audio@2.1", 55 "android.hardware.bluetooth.audio-V2-ndk", 56 "android.system.suspend.control-V1-ndk", 57 "libaaudio", 58 "libbinder_ndk", 59 "libfmq", 60 "libhidlbase", 61 "libprocessgroup", 62 "libprotobuf-cpp-lite", 63 "libutils", 64 "libcrypto", 65 ], 66} 67