Revert "Disable lld, failed to link bionic/linker."
This reverts commit 73de62e461c688dd956b1a1fc1042cb75bf10e08.
Reason for revert: bug was fixed upstream and included into AOSP lld
Bug: 78115263
Test: make checkbuild
Change-Id: Ib9e4af1efdcdb547c7bd65cce4ce48d7f09ed217
diff --git a/linker/Android.bp b/linker/Android.bp
index 5afe939..7877a37 100644
--- a/linker/Android.bp
+++ b/linker/Android.bp
@@ -140,10 +140,6 @@
"-Wl,-soname,ld-android.so",
],
- // lld bug: https://bugs.llvm.org/show_bug.cgi?id=36295
- // error: symbol __aeabi_*@@LIBC_N has undefined version LIBC_N
- use_clang_lld: false,
-
cflags: [
"-fno-stack-protector",
"-Wstrict-overflow=5",