Bob Badour | c22b35b | 2021-02-23 14:26:20 -0800 | [diff] [blame] | 1 | package { |
| 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 Naganov | 60ced76 | 2020-07-23 18:08:26 +0000 | [diff] [blame] | 10 | xsd_config { |
| 11 | name: "audio_policy_configuration_V7_0", |
| 12 | srcs: ["audio_policy_configuration.xsd"], |
Hayden Gomes | 4e7d69e | 2020-11-06 15:15:26 -0800 | [diff] [blame] | 13 | package_name: "android.audio.policy.configuration.V7_0", |
| 14 | nullability: true, |
Mikhail Naganov | 60ced76 | 2020-07-23 18:08:26 +0000 | [diff] [blame] | 15 | } |
Mikhail Naganov | bc35c9c | 2021-02-18 20:54:15 -0800 | [diff] [blame] | 16 | |
| 17 | xsd_config { |
| 18 | name: "audio_policy_configuration_V7_0_enums", |
| 19 | srcs: ["audio_policy_configuration.xsd"], |
| 20 | package_name: "android.audio.policy.configuration.V7_0", |
| 21 | nullability: true, |
| 22 | enums_only: true, |
| 23 | } |
| 24 | |
| 25 | xsd_config { |
| 26 | name: "audio_policy_configuration_V7_0_parser", |
| 27 | srcs: ["audio_policy_configuration.xsd"], |
| 28 | package_name: "android.audio.policy.configuration.V7_0", |
| 29 | nullability: true, |
| 30 | parser_only: true, |
| 31 | } |