mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 16:30:57 +00:00
Interface for Bluetooth A2DP offload feature.
Bug: 72242910
Test: Manual; TestTracker/148125
Change-Id: I3649800dfe3e1a2d66b76859be87e01ee58d2de0
(cherry picked from commit 4e95d81ef0)
15 lines
327 B
Plaintext
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",
|
|
],
|
|
}
|