blob: 75db55122553e56728765a783c4940d2233722a3 [file] [log] [blame]
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"],
}