blob: 8e87ae06e30854ec8b036d1080d34bd89fab3d9d [file] [log] [blame]
Bob Badourb224b362021-02-12 20:13:01 -08001package {
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
Mikhail Naganov60ced762020-07-23 18:08:26 +000010xsd_config {
11 name: "audio_policy_configuration_V7_0",
12 srcs: ["audio_policy_configuration.xsd"],
Hayden Gomes4e7d69e2020-11-06 15:15:26 -080013 package_name: "android.audio.policy.configuration.V7_0",
14 nullability: true,
Mikhail Naganov60ced762020-07-23 18:08:26 +000015}