20 lines
259 B
Plaintext
20 lines
259 B
Plaintext
|
android_app {
|
||
|
name: "ExternalStorageProvider",
|
||
|
|
||
|
manifest: "AndroidManifest.xml",
|
||
|
|
||
|
resource_dirs: [
|
||
|
"res",
|
||
|
],
|
||
|
|
||
|
srcs: [
|
||
|
"src/**/*.java",
|
||
|
],
|
||
|
|
||
|
platform_apis: true,
|
||
|
|
||
|
certificate: "platform",
|
||
|
|
||
|
privileged: true,
|
||
|
}
|