Files
hardware_interfaces/bluetooth/a2dp/1.0/default/Android.bp
Sunny Kapdi 9526c2ff73 Bluetooth: A2DP offload HIDL
Interface for Bluetooth A2DP offload feature.

Bug: 72242910
Test: Manual; TestTracker/148125
Change-Id: I3649800dfe3e1a2d66b76859be87e01ee58d2de0
(cherry picked from commit 4e95d81ef0)
2018-03-12 13:41:04 -07:00

15 lines
327 B
Plaintext

cc_library_shared {
name: "android.hardware.bluetooth.a2dp@1.0-impl",
relative_install_path: "hw",
vendor: true,
srcs: [
"BluetoothAudioOffload.cpp",
],
shared_libs: [
"libhidlbase",
"libhidltransport",
"libutils",
"android.hardware.bluetooth.a2dp@1.0",
],
}