Josh Wu | 6ab53e7 | 2021-12-29 23:53:33 -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 | |
| 10 | cc_library_shared { |
Josh Wu | a278407 | 2022-01-25 01:41:53 -0800 | [diff] [blame] | 11 | name: "android.hardware.bluetooth.audio-impl", |
Josh Wu | 6ab53e7 | 2021-12-29 23:53:33 -0800 | [diff] [blame] | 12 | vendor: true, |
| 13 | vintf_fragments: ["bluetooth_audio.xml"], |
| 14 | srcs: [ |
| 15 | "BluetoothAudioProvider.cpp", |
| 16 | "BluetoothAudioProviderFactory.cpp", |
| 17 | "A2dpOffloadAudioProvider.cpp", |
| 18 | "A2dpSoftwareAudioProvider.cpp", |
| 19 | "HearingAidAudioProvider.cpp", |
| 20 | "LeAudioOffloadAudioProvider.cpp", |
| 21 | "LeAudioSoftwareAudioProvider.cpp", |
Josh Wu | 8cdc37e | 2022-01-18 02:08:53 -0800 | [diff] [blame] | 22 | "service.cpp", |
Josh Wu | 6ab53e7 | 2021-12-29 23:53:33 -0800 | [diff] [blame] | 23 | ], |
| 24 | export_include_dirs: ["."], |
| 25 | header_libs: ["libhardware_headers"], |
| 26 | shared_libs: [ |
| 27 | "libbase", |
| 28 | "libbinder_ndk", |
| 29 | "libcutils", |
| 30 | "libfmq", |
| 31 | "liblog", |
Omer Osman | a2587da | 2022-05-01 03:54:11 +0000 | [diff] [blame] | 32 | "android.hardware.bluetooth.audio-V2-ndk", |
Josh Wu | 6ab53e7 | 2021-12-29 23:53:33 -0800 | [diff] [blame] | 33 | "libbluetooth_audio_session_aidl", |
| 34 | ], |
| 35 | } |