No global ThinLTO for bionic

There are multiple build breakages with bionic when we enable ThinLTO
globally. Opt bionic out of ThinLTO for now.

#global-thinlto-opt-out

Test: TreeHugger
Bug: 169004486
Change-Id: I546a8074f9c3e0ddbd01d3b7cd730e215e3c0c49
diff --git a/linker/Android.bp b/linker/Android.bp
index 6c59cff..a8f2582 100644
--- a/linker/Android.bp
+++ b/linker/Android.bp
@@ -427,6 +427,10 @@
         "//apex_available:platform",
         "com.android.runtime",
     ],
+
+    lto: {
+        never: true,
+    },
 }
 
 cc_test {