Merge "Revert "Use ld when lld fails""

This commit is contained in:
Chih-hung Hsieh 2018-11-08 20:27:58 +00:00 committed by Gerrit Code Review
commit 141fcfb5c5

View file

@ -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"],
}