Sunny Kapdi | 9526c2f | 2018-02-07 15:08:01 -0800 | [diff] [blame] | 1 | cc_library_shared { |
Steven Moreland | 59d39ab | 2019-08-30 11:53:44 -0700 | [diff] [blame^] | 2 | name: "android.hardware.bluetooth.a2dp@1.0-impl.mock", |
Sunny Kapdi | 9526c2f | 2018-02-07 15:08:01 -0800 | [diff] [blame] | 3 | 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 | } |