device_phh_treble/bluetooth/audio/hw/Android.bp

34 lines
854 B
Plaintext

cc_library_shared {
name: "audio.sysbta.default",
relative_install_path: "hw",
srcs: [
"audio_bluetooth_hw.cc",
"stream_apis.cc",
"device_port_proxy.cc",
"device_port_proxy_hidl.cc",
"utils.cc",
],
header_libs: ["libhardware_headers"],
shared_libs: [
"android.hardware.bluetooth.audio-V2-ndk",
"libbluetooth_audio_session_aidl_system",
"libaudioutils",
"libbase",
"libbinder_ndk",
"libcutils",
"libfmq",
"liblog",
"libutils",
// HIDL dependencies
"android.hardware.bluetooth.audio@2.0",
"android.hardware.bluetooth.audio@2.1",
"libbluetooth_audio_session_system",
"libhidlbase",
],
cflags: [
"-Wall",
"-Werror",
"-Wno-unused-parameter",
],
}