1cc_library_shared {
2 name: "android.hardware.bluetooth.a2dp@1.0-impl",
3 relative_install_path: "hw",
4 vendor: true,
5 srcs: [
6 "BluetoothAudioOffload.cpp",
7 ],
8 shared_libs: [
9 "libhidlbase",
10 "libhidltransport",
11 "libutils",
12 "android.hardware.bluetooth.a2dp@1.0",
13 ],
14}
15