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 "engine/test_audio_policy_engine_configuration.xml", 15 "engine/test_audio_policy_engine_default_stream_volumes.xml", 16 "engine/test_audio_policy_engine_product_strategies.xml", 17 "engine/test_audio_policy_engine_stream_volumes.xml", 18 "test_audio_policy_configuration.xml", 19 "test_audio_policy_configuration_bluetooth.xml", 20 "test_audio_policy_primary_only_configuration.xml", 21 "test_car_ap_atmos_offload_configuration.xml", 22 "test_invalid_audio_policy_configuration.xml", 23 "test_phone_apm_configuration.xml", 24 "test_settop_box_surround_configuration.xml", 25 "test_tv_apm_configuration.xml", 26 ], 27} 28