2021-07-04 06:59:46 +00:00
|
|
|
package {
|
|
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
|
|
}
|
|
|
|
|
|
|
|
android_app {
|
|
|
|
name: "MicrodroidDemoApp",
|
|
|
|
srcs: ["java/**/*.java"],
|
|
|
|
resource_dirs: ["res"],
|
|
|
|
static_libs: [
|
|
|
|
"androidx-constraintlayout_constraintlayout",
|
|
|
|
"androidx.appcompat_appcompat",
|
2021-09-07 12:21:45 +00:00
|
|
|
"com.android.microdroid.testservice-java",
|
2021-07-04 06:59:46 +00:00
|
|
|
"com.google.android.material_material",
|
|
|
|
],
|
|
|
|
libs: [
|
|
|
|
"android.system.virtualmachine",
|
|
|
|
],
|
|
|
|
jni_libs: ["MicrodroidTestNativeLib"],
|
|
|
|
platform_apis: true,
|
|
|
|
use_embedded_native_libs: true,
|
|
|
|
v4_signature: true,
|
|
|
|
}
|