You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
465 B

package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
android_app {
name: "InteractiveAutomation",
srcs: [
"src/main/java/**/*.java",
],
static_libs: [
"InteractiveCommonAndroid",
"Nene",
"testng",
],
manifest: "src/main/AndroidManifest.xml",
min_sdk_version: "29",
dex_preopt: {
enabled: false,
},
optimize: {
enabled: false,
},
platform_apis: true,
}