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

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

Merge "Link libinput as static_lib for libinput_tests"

parents e927adbd e9cadcaf
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -19,13 +19,16 @@ cc_test {
        "-Wextra",
        "-Werror",
    ],
    shared_libs: [
    static_libs: [
        "libinput",
        "libcutils",
        "libutils",
    ],
    shared_libs: [
        "libbase",
        "libbinder",
        "libcutils",
        "liblog",
        "libui",
        "libbase",
        "libutils",
    ]
}