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

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

Merge changes Iaa3f2e34,I4fabb513

* changes:
  Link libinput statically for inputflinger_tests
  Add libpalmrejection_test to inputflinger presubmit
parents 4fbce1e1 bb19287f
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -35,6 +35,7 @@ filegroup {


cc_library {
cc_library {
    name: "libinput",
    name: "libinput",
    cpp_std: "c++20",
    host_supported: true,
    host_supported: true,
    cflags: [
    cflags: [
        "-Wall",
        "-Wall",
+3 −0
Original line number Original line Diff line number Diff line
@@ -14,6 +14,9 @@
    {
    {
      "name": "inputflinger_tests"
      "name": "inputflinger_tests"
    },
    },
    {
      "name": "libpalmrejection_test"
    },
    {
    {
      "name": "InputTests"
      "name": "InputTests"
    },
    },
+2 −1
Original line number Original line Diff line number Diff line
@@ -57,7 +57,8 @@ cc_test {
        ],
        ],
    },
    },
    static_libs: [
    static_libs: [
        "libc++fs"
        "libc++fs",
        "libinput",
    ],
    ],
    require_root: true,
    require_root: true,
    test_suites: ["device-tests"],
    test_suites: ["device-tests"],