commit | 34fad5cc21cab9c536a359599747ba73bba083ff | [log] [tgz] |
---|---|---|
author | Siarhei Vishniakou <svv@google.com> | Tue Oct 20 21:19:14 2020 -0500 |
committer | Siarhei Vishniakou <svv@google.com> | Wed Oct 21 13:50:19 2020 -0500 |
tree | 53af07cc740c6606a29a1a6c7c22e0123de2e458 | |
parent | e89674f9d8edeac2bc546dc292d3303655e376b3 [diff] [blame] |
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
diff --git a/tests/Input/Android.bp b/tests/Input/Android.bp index 9d35cbc..0e9f723 100644 --- a/tests/Input/Android.bp +++ b/tests/Input/Android.bp
@@ -9,4 +9,5 @@ "android-support-test", "ub-uiautomator", ], + test_suites: ["device-tests"], }