You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.6 KiB
63 lines
1.6 KiB
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",
|
|
"libosi",
|
|
"libudrv-uipc",
|
|
"libbt-protos-lite",
|
|
"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",
|
|
],
|
|
}
|