blob: ff26710fa2e11fad5660ada6a7135f0c0794b108 [file] [log] [blame]
Colin Cross20bc2bf2019-07-24 15:53:15 -07001android_app {
2 name: "SimAppDialog",
3
4 srcs: ["src/**/*.java"],
5
6 platform_apis: true,
7 certificate: "platform",
8
9 static_libs: [
10 "androidx.legacy_legacy-support-v4",
11 "setup-wizard-lib",
12 ],
13
14 resource_dirs: ["res"],
15}