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", |
Jakub Pawlowski | 3c8dc61 | 2021-02-03 20:43:20 +0100 | [diff] [blame] | 7 | "session/BluetoothAudioSession_2_1.cpp", |
Jakub Pawlowski | 964f323 | 2021-02-02 15:11:39 +0100 | [diff] [blame] | 8 | "session/BluetoothAudioSupportedCodecsDB.cpp", |
Jakub Pawlowski | 3c8dc61 | 2021-02-03 20:43:20 +0100 | [diff] [blame] | 9 | "session/BluetoothAudioSupportedCodecsDB_2_1.cpp", |
Jakub Pawlowski | 964f323 | 2021-02-02 15:11:39 +0100 | [diff] [blame] | 10 | ], |
| 11 | export_include_dirs: ["session/"], |
| 12 | header_libs: ["libhardware_headers"], |
| 13 | shared_libs: [ |
| 14 | "android.hardware.bluetooth.audio@2.0", |
Jakub Pawlowski | 3c8dc61 | 2021-02-03 20:43:20 +0100 | [diff] [blame] | 15 | "android.hardware.bluetooth.audio@2.1", |
Jakub Pawlowski | 964f323 | 2021-02-02 15:11:39 +0100 | [diff] [blame] | 16 | "libbase", |
| 17 | "libcutils", |
| 18 | "libfmq", |
| 19 | "libhidlbase", |
| 20 | "liblog", |
| 21 | "libutils", |
| 22 | ], |
| 23 | } |