9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
|
android_app {
|
||
|
name: "DefaultContainerService",
|
||
|
srcs: ["**/*.java"],
|
||
|
platform_apis: true,
|
||
|
jni_libs: ["libdefcontainer_jni"],
|
||
|
certificate: "platform",
|
||
|
privileged: true,
|
||
|
}
|