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