Revert "Disable lld where it failed with LTO."

This reverts commit 2f21e041af74f69d2f3ef277668b36484b5ca5c2.

c/673309 should have fixed the problem and allowed LLD to work.

Bug: 78296483
Change-Id: I77dd738200c0d14c91e895c09a772a172cb06302
diff --git a/Android.bp b/Android.bp
index d10bad3..d042a44 100644
--- a/Android.bp
+++ b/Android.bp
@@ -146,8 +146,6 @@
             },
         },
     },
-    // b/78296483, run time error if both LTO and lld are enabled
-    use_clang_lld: false,
 }
 
 cc_library {
@@ -174,8 +172,6 @@
             },
         },
     },
-    // b/78296483, run time error if both LTO and lld are enabled
-    use_clang_lld: false,
 }
 
 cc_library {