blob: d22e155cb56e55922f06250b77a1f77dd464916a [file] [log] [blame]
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: [
"system/bt/",
"system/bt/include/",
"system/bt/types/",
"system/bt/internal_include/",
"system/bt/stack/include",
"system/bt/stack/test",
],
static_libs: [
"libbt-stack",
"libbte",
"libFraunhoferAAC",
"libbt-audio-hal-interface",
"libbtcore",
"libbt-bta",
"libbt-stack",
"libbt-common",
"libbt-sbc-decoder",
"libbt-sbc-encoder",
"libbt-utils",
"libbtif",
"libbt-hci",
"libbtdevice",
"libg722codec",
"liblc3codec",
"libosi",
"libudrv-uipc",
"libbt-protos-lite",
"libbluetooth-dumpsys",
"libbluetooth_gd",
],
shared_libs: [
"libbinder",
"libbase",
"libcutils",
"liblog",
"android.hardware.bluetooth@1.0",
"android.hardware.bluetooth@1.1",
"android.hardware.bluetooth.a2dp@1.0",
"android.hardware.bluetooth.audio@2.0",
"android.hardware.bluetooth.audio@2.1",
"android.system.suspend.control-V1-ndk",
"libaaudio",
"libbinder_ndk",
"libfmq",
"libhidlbase",
"libprocessgroup",
"libprotobuf-cpp-lite",
"libutils",
"libcrypto",
],
}