14 lines
304 B
Plaintext
14 lines
304 B
Plaintext
cc_library_shared {
|
|
name: "android.hardware.bluetooth.a2dp@1.0-impl.mock",
|
|
relative_install_path: "hw",
|
|
vendor: true,
|
|
srcs: [
|
|
"BluetoothAudioOffload.cpp",
|
|
],
|
|
shared_libs: [
|
|
"libhidlbase",
|
|
"libutils",
|
|
"android.hardware.bluetooth.a2dp@1.0",
|
|
],
|
|
}
|