blob: a2575104e6f1c4cf762ecbf595370efddeed437b [file] [log] [blame]
Mikhail Naganov51a7e132022-01-15 01:14:46 +00001package {
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
10cc_library {
11 name: "android.hardware.audio.common@7.1-enums",
12 vendor_available: true,
13 generated_headers: ["audio_policy_configuration_V7_1_enums"],
14 generated_sources: ["audio_policy_configuration_V7_1_enums"],
15 header_libs: ["libxsdc-utils"],
16 export_generated_headers: ["audio_policy_configuration_V7_1_enums"],
17 export_header_lib_headers: ["libxsdc-utils"],
18 export_include_dirs: ["enums/include"],
19 shared_libs: [
20 "libbase",
21 "liblog",
22 ],
23}