blob: c4ef0d777f7c257a0848310b4f835a1b8f48bbcb [file] [log] [blame]
Sunny Kapdi9526c2f2018-02-07 15:08:01 -08001cc_library_shared {
Steven Moreland59d39ab2019-08-30 11:53:44 -07002 name: "android.hardware.bluetooth.a2dp@1.0-impl.mock",
Sunny Kapdi9526c2f2018-02-07 15:08:01 -08003 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}