| package { |
| // See: http://go/android-license-faq |
| // A large-scale-change added 'default_applicable_licenses' to import |
| // all of the 'license_kinds' from "hardware_interfaces_license" |
| // to get the below license kinds: |
| // SPDX-license-identifier-Apache-2.0 |
| default_applicable_licenses: ["hardware_interfaces_license"], |
| } |
| |
| 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: [ |
| "[email protected]", |
| "[email protected]", |
| "libbase", |
| "libcutils", |
| "libfmq", |
| "libhidlbase", |
| "liblog", |
| "libutils", |
| ], |
| } |