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

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

Merge "Do not link tests to libinputreader"

parents d4ebf542 45b703e8
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -60,7 +60,6 @@ filegroup {
    name: "libinputflinger_sources",
    srcs: [
        "InputCommonConverter.cpp",
        "InputManager.cpp",
        "InputProcessor.cpp",
        "PreferStylusOverTouchBlocker.cpp",
        "UnwantedInteractionBlocker.cpp",
@@ -116,6 +115,10 @@ cc_library_shared {
        "inputflinger_defaults",
        "libinputflinger_defaults",
    ],
    srcs: [
        "InputManager.cpp",
        // other sources are added via "defaults"
    ],
    cflags: [
        // TODO(b/23084678): Move inputflinger to its own process and mark it hidden
        //-fvisibility=hidden
+0 −3
Original line number Diff line number Diff line
@@ -81,9 +81,6 @@ cc_test {
        "libc++fs",
        "libgmock",
    ],
    shared_libs: [
        "libinputreader",
    ],
    require_root: true,
    test_options: {
        unit_test: true,