Bob Badour | c22b35b | 2021-02-23 14:26:20 -0800 | [diff] [blame] | 1 | package { |
| 2 | // See: http://go/android-license-faq |
| 3 | // A large-scale-change added 'default_applicable_licenses' to import |
| 4 | // all of the 'license_kinds' from "hardware_interfaces_license" |
| 5 | // to get the below license kinds: |
| 6 | // SPDX-license-identifier-Apache-2.0 |
| 7 | default_applicable_licenses: ["hardware_interfaces_license"], |
| 8 | } |
| 9 | |
Cheney Ni | 47a8309 | 2018-11-17 01:42:19 +0800 | [diff] [blame] | 10 | cc_library_shared { |
| 11 | name: "android.hardware.bluetooth.audio@2.0-impl", |
| 12 | defaults: ["hidl_defaults"], |
| 13 | vendor: true, |
| 14 | relative_install_path: "hw", |
| 15 | srcs: [ |
| 16 | "BluetoothAudioProvidersFactory.cpp", |
| 17 | "BluetoothAudioProvider.cpp", |
| 18 | "A2dpOffloadAudioProvider.cpp", |
| 19 | "A2dpSoftwareAudioProvider.cpp", |
| 20 | "HearingAidAudioProvider.cpp", |
| 21 | ], |
| 22 | header_libs: ["libhardware_headers"], |
| 23 | shared_libs: [ |
| 24 | "android.hardware.audio.common@5.0", |
| 25 | "android.hardware.bluetooth.audio@2.0", |
| 26 | "libbase", |
| 27 | "libbluetooth_audio_session", |
| 28 | "libcutils", |
| 29 | "libfmq", |
| 30 | "libhidlbase", |
Cheney Ni | 47a8309 | 2018-11-17 01:42:19 +0800 | [diff] [blame] | 31 | "liblog", |
| 32 | "libutils", |
| 33 | ], |
| 34 | } |