Disable lld, failed to link bionic/linker.

* Upstream bug: https://bugs.llvm.org/show_bug.cgi?id=36295

Bug: 78115263
Test: make checkbuild
Change-Id: Id38d90f90ca2e3505a47e40c1a3fe0647e7f3a32
diff --git a/linker/Android.bp b/linker/Android.bp
index 7877a37..5afe939 100644
--- a/linker/Android.bp
+++ b/linker/Android.bp
@@ -140,6 +140,10 @@
         "-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",