Jakub Pawlowski | 964f323 | 2021-02-02 15:11:39 +0100 | [diff] [blame^] | 1 | cc_library_shared { |
2 | name: "libbluetooth_audio_session", | ||||
3 | defaults: ["hidl_defaults"], | ||||
4 | vendor: true, | ||||
5 | srcs: [ | ||||
6 | "session/BluetoothAudioSession.cpp", | ||||
7 | "session/BluetoothAudioSupportedCodecsDB.cpp", | ||||
8 | ], | ||||
9 | export_include_dirs: ["session/"], | ||||
10 | header_libs: ["libhardware_headers"], | ||||
11 | shared_libs: [ | ||||
12 | "android.hardware.bluetooth.audio@2.0", | ||||
13 | "libbase", | ||||
14 | "libcutils", | ||||
15 | "libfmq", | ||||
16 | "libhidlbase", | ||||
17 | "liblog", | ||||
18 | "libutils", | ||||
19 | ], | ||||
20 | } |