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

Commit 9f18cbd7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Build with upstream lld: Fix incorrect static dependencies"

parents 8c2a2ee6 3be0ec61
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -63,7 +63,6 @@ cc_fuzz {
        "libbinder_random_parcel",
        "libcutils",
        "liblog",
        "libutils",
        "libvibratorexampleimpl",
    ],
    target: {
@@ -71,12 +70,14 @@ cc_fuzz {
            shared_libs: [
                "libbinder_ndk",
                "libbinder",
                "libutils",
            ],
        },
        host: {
            static_libs: [
                "libbinder_ndk",
                "libbinder",
                "libutils",
            ],
        },
        darwin: {