1package { 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 "frameworks_av_license" 5 // to get the below license kinds: 6 // SPDX-license-identifier-Apache-2.0 7 default_applicable_licenses: ["frameworks_av_license"], 8} 9 10filegroup { 11 name: "audiopolicytest_configuration_files", 12 srcs: [ 13 "test_audio_policy_configuration.xml", 14 "test_audio_policy_primary_only_configuration.xml", 15 "test_car_ap_atmos_offload_configuration.xml", 16 "test_invalid_audio_policy_configuration.xml", 17 "test_tv_apm_configuration.xml", 18 "test_settop_box_surround_configuration.xml", 19 ], 20} 21