Gopinath Elanchezhian 583c704e11 Enable screen recording in legacy app launch test.
Bug: b/151967185

Test: AppLaunchTest
Change-Id: I3e14b3119b08432ad8b81e57685354867407e7e3
2020-04-15 15:55:40 -07: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"],
}