Deyao Ren | 0874626 | 2023-12-07 20:08:17 +0000 | [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 | apex { |
| 11 | name: "com.android.hardware.audio", |
| 12 | manifest: "manifest.json", |
| 13 | file_contexts: "file_contexts", |
| 14 | key: "com.android.hardware.key", |
| 15 | certificate: ":com.android.hardware.certificate", |
| 16 | updatable: false, |
| 17 | vendor: true, |
| 18 | |
| 19 | binaries: [ |
| 20 | "android.hardware.audio.service-aidl.example", |
| 21 | "android.hardware.audio.effect.service-aidl.example", |
| 22 | ], |
| 23 | native_shared_libs: [ |
| 24 | "libaecsw", |
| 25 | "libagc1sw", |
| 26 | "libagc2sw", |
| 27 | "libbassboostsw", |
| 28 | "libbundleaidl", |
| 29 | "libdownmixaidl", |
| 30 | "libdynamicsprocessingaidl", |
| 31 | "libenvreverbsw", |
| 32 | "libequalizersw", |
| 33 | "libextensioneffect", |
| 34 | "libhapticgeneratoraidl", |
| 35 | "libloudnessenhanceraidl", |
| 36 | "libnssw", |
| 37 | "libpreprocessingaidl", |
| 38 | "libpresetreverbsw", |
| 39 | "libreverbaidl", |
| 40 | "libvirtualizersw", |
| 41 | "libvisualizeraidl", |
| 42 | "libvolumesw", |
| 43 | ], |
| 44 | prebuilts: [ |
| 45 | "android.hardware.audio.service-aidl.example.rc", |
| 46 | "android.hardware.audio.service-aidl.xml", |
| 47 | "audio_effects_config.xml", |
| 48 | ], |
| 49 | } |