mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 13:49:45 +00:00
Since these were combined into libhidlbase. Bug: 135686713 Test: build only (libhwbinder/libhidltransport are empty) Change-Id: I075670b64eebbbbd6a6ae0e84ad51bf1c6f5ba36
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",
|
|
],
|
|
}
|