blob: 5264899bb987a7fc18add6b5d68d1042b115e596 [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",
Sunny Kapdi9526c2f2018-02-07 15:08:01 -080010 "libutils",
11 "android.hardware.bluetooth.a2dp@1.0",
12 ],
13}