1
2package {
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
11xsd_config {
12    name: "audio_policy_configuration_V4_0",
13    srcs: ["audio_policy_configuration.xsd"],
14    package_name: "audio.policy.configuration.V4_0",
15}
16