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

Commit 67a2c6d6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Build with upstream lld: Fix incorrect static dependencies" am: 9f18cbd7

parents 3f6c9abc 9f18cbd7
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: {