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

Commit 80f78f28 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by android-build-merger
Browse files

Merge "Revert "Use ld when lld fails"" am: 141fcfb5 am: 75de6655

am: d842fea7

Change-Id: I9278e42859aacd0e54e9ee73f5fdecce7718563b
parents aa53461e d842fea7
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -46,12 +46,6 @@ 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"],
}