Bug: b/151967185 Test: AppLaunchTest Change-Id: I3e14b3119b08432ad8b81e57685354867407e7e3
16 lines
365 B
Plaintext
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"],
|
|
}
|