blob: baa3762297ccc712b5b19eb1d13923cedc20fab9 [file] [log] [blame]
Lorena Torres-Huertabc585bd2022-10-23 20:41:35 +00001package {
Aditya Choudharyc5c6c622024-01-31 11:06:17 +00002 default_team: "trendy_team_android_media_audio_framework",
Lorena Torres-Huertabc585bd2022-10-23 20:41:35 +00003 // 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_aidl_default",
13 srcs: ["audio_policy_configuration.xsd"],
14 package_name: "android.audio.policy.configuration",
15 nullability: true,
16}