Files
frameworks_base/tests/Input/Android.bp
Siarhei Vishniakou 34fad5cc21 Put InputTests into presubmit
To prevent regressions, such as the ones introduced by the recent
InputChannel refactor, put InputTests into presubmit.

Test: none
Bug: 169154685
Change-Id: I8b8aa04e836455ed7bd21cf5f63c9fa8ffabacc2
2020-10-21 13:50:19 -05:00

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"],
}