Add VerifyInputEventTest to presubmit

This test will now run as part of presubmit for input-related code. It
will ensure that we will never break it by modifying input code in
isolation.

Bug: 192532606
Test: cd frameworks/native/services/inputflinger && atest
Change-Id: I6d3432a79b92564f66636d3f68951bcfaec260c1
diff --git a/services/inputflinger/TEST_MAPPING b/services/inputflinger/TEST_MAPPING
index 6fdb046..3d85bef 100644
--- a/services/inputflinger/TEST_MAPPING
+++ b/services/inputflinger/TEST_MAPPING
@@ -27,7 +27,8 @@
       "name": "CtsViewTestCases",
       "options": [
         {
-          "include-filter": "android.view.cts.MotionEventTest"
+          "include-filter": "android.view.cts.MotionEventTest",
+          "include-filter": "android.view.cts.VerifyInputEventTest"
         }
       ]
     },