1// This is the expected build file, but it may not be right in all cases
2
3package {
4    // See: http://go/android-license-faq
5    // A large-scale-change added 'default_applicable_licenses' to import
6    // all of the 'license_kinds' from "hardware_interfaces_license"
7    // to get the below license kinds:
8    //   SPDX-license-identifier-Apache-2.0
9    default_applicable_licenses: ["hardware_interfaces_license"],
10}
11
12aidl_interface {
13    name: "android.hardware.automotive.audiocontrol",
14    vendor_available: true,
15    srcs: ["android/hardware/automotive/audiocontrol/*.aidl"],
16    stability: "vintf",
17    backend: {
18        java: {
19            sdk_version: "module_current",
20        },
21    },
22    versions: ["1"],
23}
24