To prevent regressions, such as the ones introduced by the recent InputChannel refactor, put InputTests into presubmit. Test: none Bug: 169154685 Change-Id: I8b8aa04e836455ed7bd21cf5f63c9fa8ffabacc2
14 lines
327 B
Plaintext
14 lines
327 B
Plaintext
android_test {
|
|
name: "InputTests",
|
|
srcs: ["src/**/*.kt"],
|
|
platform_apis: true,
|
|
certificate: "platform",
|
|
static_libs: [
|
|
"androidx.test.ext.junit",
|
|
"androidx.test.rules",
|
|
"android-support-test",
|
|
"ub-uiautomator",
|
|
],
|
|
test_suites: ["device-tests"],
|
|
}
|