Mikhail Naganov | 51a7e13 | 2022-01-15 01:14:46 +0000 | [diff] [blame] | 1 | package { |
Aditya Choudhary | c5c6c62 | 2024-01-31 11:06:17 +0000 | [diff] [blame] | 2 | default_team: "trendy_team_android_media_audio_framework", |
Mikhail Naganov | 51a7e13 | 2022-01-15 01:14:46 +0000 | [diff] [blame] | 3 | // See: http://go/android-license-faq |
| 4 | // A large-scale-change added 'default_applicable_licenses' to import |
| 5 | // all of the 'license_kinds' from "hardware_interfaces_license" |
| 6 | // to get the below license kinds: |
| 7 | // SPDX-license-identifier-Apache-2.0 |
| 8 | default_applicable_licenses: ["hardware_interfaces_license"], |
| 9 | } |
| 10 | |
| 11 | cc_library { |
| 12 | name: "android.hardware.audio.common@7.1-enums", |
| 13 | vendor_available: true, |
| 14 | generated_headers: ["audio_policy_configuration_V7_1_enums"], |
| 15 | generated_sources: ["audio_policy_configuration_V7_1_enums"], |
| 16 | header_libs: ["libxsdc-utils"], |
| 17 | export_generated_headers: ["audio_policy_configuration_V7_1_enums"], |
| 18 | export_header_lib_headers: ["libxsdc-utils"], |
| 19 | export_include_dirs: ["enums/include"], |
| 20 | shared_libs: [ |
| 21 | "libbase", |
| 22 | "liblog", |
| 23 | ], |
| 24 | } |