15 lines
245 B
Plaintext
15 lines
245 B
Plaintext
|
android_app {
|
||
|
name: "DynamicSystemInstallationService",
|
||
|
|
||
|
srcs: ["src/**/*.java"],
|
||
|
resource_dirs: ["res"],
|
||
|
|
||
|
certificate: "platform",
|
||
|
privileged: true,
|
||
|
platform_apis: true,
|
||
|
|
||
|
optimize: {
|
||
|
enabled: false,
|
||
|
},
|
||
|
}
|