20bc2bf3f6
See build/soong/README.md for more information. Bug: 122332340 Test: m DynamicSystemInstallationService InputDevices MtpDocumentsProvider SimAppDialog Change-Id: I851b819030a1da6091f5d6125a228bb01a99011b
16 lines
256 B
Plaintext
16 lines
256 B
Plaintext
android_app {
|
|
name: "SimAppDialog",
|
|
|
|
srcs: ["src/**/*.java"],
|
|
|
|
platform_apis: true,
|
|
certificate: "platform",
|
|
|
|
static_libs: [
|
|
"androidx.legacy_legacy-support-v4",
|
|
"setup-wizard-lib",
|
|
],
|
|
|
|
resource_dirs: ["res"],
|
|
}
|