Jiyong Park | b02e95f | 2021-07-04 15:59:46 +0900 | [diff] [blame] | 1 | package { |
| 2 | default_applicable_licenses: ["Android-Apache-2.0"], |
| 3 | } |
| 4 | |
| 5 | android_app { |
| 6 | name: "MicrodroidDemoApp", |
| 7 | srcs: ["java/**/*.java"], |
| 8 | resource_dirs: ["res"], |
| 9 | static_libs: [ |
| 10 | "androidx-constraintlayout_constraintlayout", |
| 11 | "androidx.appcompat_appcompat", |
Inseob Kim | 06a64d6 | 2021-09-07 21:21:45 +0900 | [diff] [blame] | 12 | "com.android.microdroid.testservice-java", |
Jiyong Park | b02e95f | 2021-07-04 15:59:46 +0900 | [diff] [blame] | 13 | "com.google.android.material_material", |
| 14 | ], |
| 15 | libs: [ |
| 16 | "android.system.virtualmachine", |
| 17 | ], |
| 18 | jni_libs: ["MicrodroidTestNativeLib"], |
| 19 | platform_apis: true, |
| 20 | use_embedded_native_libs: true, |
| 21 | v4_signature: true, |
Jiyong Park | b02e95f | 2021-07-04 15:59:46 +0900 | [diff] [blame] | 22 | } |