| cc_library_shared { |
| name: "libbluetooth_audio_session", |
| defaults: ["hidl_defaults"], |
| vendor: true, |
| srcs: [ |
| "session/BluetoothAudioSession.cpp", |
| "session/BluetoothAudioSession_2_1.cpp", |
| "session/BluetoothAudioSupportedCodecsDB.cpp", |
| "session/BluetoothAudioSupportedCodecsDB_2_1.cpp", |
| ], |
| export_include_dirs: ["session/"], |
| header_libs: ["libhardware_headers"], |
| shared_libs: [ |
| "android.hardware.bluetooth.audio@2.0", |
| "android.hardware.bluetooth.audio@2.1", |
| "libbase", |
| "libcutils", |
| "libfmq", |
| "libhidlbase", |
| "liblog", |
| "libutils", |
| ], |
| } |