Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a838839c authored by Siarhei Vishniakou's avatar Siarhei Vishniakou
Browse files

Add TEST_MAPPING for input-related code

For better presubmit coverage, include all input-related code into
TEST_MAPPING files.

Bug: 167947085
Test: cd frameworks/native/services/inputflinger && atest

Change-Id: I7ba46c872c917deb8dfc0c17be4662b9caeacf13
parent 2a32108a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
{
  "imports": [
    {
      "path": "frameworks/native/services/inputflinger"
    }
  ]
}
+2 −1
Original line number Diff line number Diff line
@@ -30,7 +30,8 @@ cc_test {
        "liblog",
        "libui",
        "libutils",
    ]
    ],
    test_suites: ["device-tests"],
}

// NOTE: This is a compile time test, and does not need to be
+12 −0
Original line number Diff line number Diff line
@@ -7,6 +7,18 @@
          "include-filter": "android.server.wm.WindowInputTests"
        }
      ]
    },
    {
      "name": "libinput_tests"
    },
    {
      "name": "inputflinger_tests"
    },
    {
      "name": "InputTests"
    },
    {
      "name": "libinputservice_test"
    }
  ]
}
+1 −0
Original line number Diff line number Diff line
@@ -48,4 +48,5 @@ cc_test {
        "libc++fs"
    ],
    require_root: true,
    test_suites: ["device-tests"],
}