blob: 57ce2d7a6fbff216562aa30fb00d42d24b8b2c81 [file] [log] [blame]
Mikhail Naganov51a7e132022-01-15 01:14:46 +00001package {
Aditya Choudharyc5c6c622024-01-31 11:06:17 +00002 default_team: "trendy_team_android_media_audio_framework",
Mikhail Naganov51a7e132022-01-15 01:14:46 +00003 // 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
11cc_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}