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

Commit 11becabf 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: 295f51a5 am: f1efd0fe

parents 9f126e71 f1efd0fe
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -29,7 +29,6 @@ cc_fuzz {
        "libcutils",
        "libcutils",
        "libhidlbase",
        "libhidlbase",
        "liblog",
        "liblog",
        "libutils",
    ],
    ],


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