xref: /aosp_15_r20/hardware/interfaces/audio/common/7.0/Android.bp (revision 4d7e907c777eeecc4c5bd7cf640a754fac206ff7)
1// This file is autogenerated by hidl-gen -Landroidbp.
2
3package {
4    default_team: "trendy_team_android_media_audio_framework",
5    // See: http://go/android-license-faq
6    // A large-scale-change added 'default_applicable_licenses' to import
7    // all of the 'license_kinds' from "hardware_interfaces_license"
8    // to get the below license kinds:
9    //   SPDX-license-identifier-Apache-2.0
10    default_applicable_licenses: ["hardware_interfaces_license"],
11}
12
13hidl_interface {
14    name: "[email protected]",
15    root: "android.hardware",
16    srcs: [
17        "types.hal",
18    ],
19    interfaces: [
20        "[email protected]",
21    ],
22    gen_java: true,
23    gen_java_constants: true,
24}
25
26cc_library {
27    name: "[email protected]",
28    vendor_available: true,
29    generated_headers: ["audio_policy_configuration_V7_0_enums"],
30    generated_sources: ["audio_policy_configuration_V7_0_enums"],
31    header_libs: ["libxsdc-utils"],
32    export_generated_headers: ["audio_policy_configuration_V7_0_enums"],
33    export_header_lib_headers: ["libxsdc-utils"],
34    export_include_dirs: ["enums/include"],
35    shared_libs: [
36        "libbase",
37        "liblog",
38    ],
39}
40