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