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

Commit 295f51a5 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 ebfcecb7 aaef6c09
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ cc_fuzz {
        "libcutils",
        "libhidlbase",
        "liblog",
        "libutils",
    ],

    target: {
@@ -37,12 +36,14 @@ cc_fuzz {
            shared_libs: [
                "libbinder_ndk",
                "libbinder",
                "libutils",
            ],
        },
        host: {
            static_libs: [
                "libbinder_ndk",
                "libbinder",
                "libutils",
            ],
        },
        darwin: {