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

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

Merge "Use ld when lld fails"

parents 22dc27b9 29e54f8e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -46,6 +46,12 @@ cc_library {
            static_libs: ["libunwind_llvm"],
        },
    },

    // TODO(b/78118944), clang lld link flags do not work with special link
    // rules for libunwind_llvm yet. Linked aosp_arm-eng image failed to
    // boot up in the emulator.
    use_clang_lld: false,

    export_include_dirs: ["include"],
    local_include_dirs: ["include"],
}