df848ac224
See build/soong/README.md for more information. Bug: 122332340 Test: treehugger Change-Id: I4ccc0a2e13fc49a0109e9823fbcb4077e11455d5
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,
|
|
}
|