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"],
|
||
|
}
|