From 060056d4f2a2e96a8e04aa1a4d78f8b51dc285a6 Mon Sep 17 00:00:00 2001 From: Chih-hung Hsieh Date: Wed, 7 Nov 2018 22:07:13 +0000 Subject: [PATCH] Revert "Use ld when lld fails" This reverts commit 29e54f8e75d546dc51db8bd7fc1c625c9647b616. Bug: 78118944 Reason for revert: This now passed TH boot tests. Change-Id: I5bcff44a96ade6354b1f3247ebe1f47f3898de96 --- libmemunreachable/Android.bp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libmemunreachable/Android.bp b/libmemunreachable/Android.bp index 619ee3411..f872d0fd0 100644 --- a/libmemunreachable/Android.bp +++ b/libmemunreachable/Android.bp @@ -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"], }