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

Commit 031498c9 authored by Siarhei Vishniakou's avatar Siarhei Vishniakou
Browse files

Revert "Link libinput statically for inputflinger_tests"

This reverts commit bb19287f.

Reason for revert: causes a crash in inputflinger_tests b/217165277

Bug: 217165277
Test: atest inputflinger_tests

Change-Id: I7174d75ccc7e323646c503070174d6791570d394
parent ba0a8758
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -35,7 +35,6 @@ filegroup {


cc_library {
cc_library {
    name: "libinput",
    name: "libinput",
    cpp_std: "c++20",
    host_supported: true,
    host_supported: true,
    cflags: [
    cflags: [
        "-Wall",
        "-Wall",
+1 −2
Original line number Original line Diff line number Diff line
@@ -58,8 +58,7 @@ 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"],