19 lines
306 B
Plaintext
19 lines
306 B
Plaintext
android_app {
|
|
name: "SoundPicker",
|
|
manifest: "AndroidManifest.xml",
|
|
|
|
static_libs: [
|
|
"androidx.appcompat_appcompat",
|
|
],
|
|
resource_dirs: [
|
|
"res",
|
|
],
|
|
srcs: [
|
|
"src/**/*.java",
|
|
],
|
|
|
|
platform_apis: true,
|
|
certificate: "media",
|
|
privileged: true,
|
|
}
|