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

Commit 754d2177 authored by Zhuoyao Zhang's avatar Zhuoyao Zhang Committed by Gerrit Code Review
Browse files

Merge "Update build for test hal: libhwbinder"

parents b7841f02 d2e1850a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -6,9 +6,12 @@ cc_library_shared {
        "ScheduleTest.cpp",
    ],
    shared_libs: [
        "libcutils",
        "libhidlbase",
        "libhidltransport",
        "libhwbinder",
        "liblog",
        "libutils",
        "android.hardware.tests.libhwbinder@1.0",
    ],
    static_libs: ["android.hardware.tests.libhwbinder@1.0"],
}