Colin Cross | 20bc2bf | 2019-07-24 15:53:15 -0700 | [diff] [blame] | 1 | android_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", | ||||
pastychang | 49674eb | 2020-07-02 16:34:11 +0800 | [diff] [blame^] | 11 | "setupcompat", |
12 | "setupdesign", | ||||
Colin Cross | 20bc2bf | 2019-07-24 15:53:15 -0700 | [diff] [blame] | 13 | ], |
14 | |||||
15 | resource_dirs: ["res"], | ||||
16 | } |