package { // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "system_bt_license" // to get the below license kinds: // SPDX-license-identifier-Apache-2.0 default_applicable_licenses: ["system_bt_license"], } cc_defaults { name: "libbt-stack_fuzz_defaults", defaults: ["fluoride_defaults"], include_dirs: [ "packages/modules/Bluetooth/system/", "packages/modules/Bluetooth/system/include/", "packages/modules/Bluetooth/system/internal_include/", "packages/modules/Bluetooth/system/stack/include", "packages/modules/Bluetooth/system/stack/test", "packages/modules/Bluetooth/system/types/", ], static_libs: [ "libFraunhoferAAC", "libbluetooth-dumpsys", "libbluetooth_core_rs", "libbluetooth_gd", "libbt-audio-hal-interface", "libbt-bta", "libbt-bta-core", "libbt-common", "libbt-hci", "libbt-protos-lite", "libbt-sbc-decoder", "libbt-sbc-encoder", "libbt-stack", "libbt-stack-core", "libbtcore", "libbtdevice", "libbte", "libbtif", "libbtif-core", "libg722codec", "liblc3", "libopus", "libosi", "libudrv-uipc", ], shared_libs: [ "android.hardware.bluetooth.a2dp@1.0", "android.hardware.bluetooth.audio-V3-ndk", "android.hardware.bluetooth.audio@2.0", "android.hardware.bluetooth.audio@2.1", "android.hardware.bluetooth@1.0", "android.hardware.bluetooth@1.1", "android.system.suspend.control-V1-ndk", "libPlatformProperties", "libaaudio", "libbase", "libbinder", "libbinder_ndk", "libcrypto", "libcutils", "libfmq", "libhidlbase", "liblog", "libprotobuf-cpp-lite", "libutils", ], }