20bc2bf3f6
See build/soong/README.md for more information. Bug: 122332340 Test: m DynamicSystemInstallationService InputDevices MtpDocumentsProvider SimAppDialog Change-Id: I851b819030a1da6091f5d6125a228bb01a99011b
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,
|
|
},
|
|
}
|