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

Commit 033f5d2f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add TEST_MAPPING for input-related code"

parents 8101611b a838839c
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"],
}