Files
2023-10-13 14:01:41 +00:00

16 lines
365 B
Plaintext

android_test {
name: "AppLaunch",
// Only compile source java files in this apk.
srcs: ["src/**/*.java"],
platform_apis: true,
certificate: "platform",
libs: [
"android.test.base",
"android.test.runner",
],
static_libs: [
"androidx.test.rules",
"ub-uiautomator"],
test_suites: ["device-tests"],
}