blob: ff4d568a1e3c3485610c48eae5dca946ce004116 [file] [log] [blame]
Bob Badour56786ac2021-02-25 15:24:36 -08001package {
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
jiabinf4eb15a2019-08-28 15:31:47 -070010filegroup {
11 name: "audiopolicytest_configuration_files",
12 srcs: [
13 "test_audio_policy_configuration.xml",
14 "test_audio_policy_primary_only_configuration.xml",
Mikhail Naganov946c0032020-10-21 13:04:58 -070015 "test_invalid_audio_policy_configuration.xml",
Mikhail Naganov0756bbf2019-09-06 13:53:26 -070016 "test_tv_apm_configuration.xml",
Kriti Dangef6be8f2020-11-05 11:58:19 +010017 "test_settop_box_surround_configuration.xml",
jiabinf4eb15a2019-08-28 15:31:47 -070018 ],
19}