mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-03 08:54:55 +00:00
So that it isn't accidentally used. Bug: 140115084 Test: codesearching for usages Change-Id: I2736a875d8a3021ce496847c45259f10aa148bc0
15 lines
332 B
Plaintext
15 lines
332 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",
|
|
"libhidltransport",
|
|
"libutils",
|
|
"android.hardware.bluetooth.a2dp@1.0",
|
|
],
|
|
}
|