blob: 2c89d6dbce56f23bc332eb87d26462a5f0c79700 [file] [log] [blame]
Bob Badoure539dba2021-02-12 17:07:05 -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_base_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["frameworks_base_license"],
8}
9
Ahmad Khalil726d9a02023-04-10 22:20:32 +000010android_app {
11 name: "SoundPicker",
12 defaults: ["platform_app_defaults"],
13 manifest: "AndroidManifest.xml",
Ahmad Khalilce0f9c02023-09-29 10:49:04 +000014
15 static_libs: [
16 "androidx.appcompat_appcompat",
17 ],
18 resource_dirs: [
19 "res",
20 ],
21 srcs: [
22 "src/**/*.java",
23 ],
24
Jeff Sharkey8f18b2a2019-08-21 14:37:07 -060025 platform_apis: true,
26 certificate: "media",
27 privileged: true,
Jeff Sharkey8f18b2a2019-08-21 14:37:07 -060028}