Revert "Workaround app compat issue introduced by global ThinLTO optimization"

This reverts commit aede6ea8d39868c7bf358ee8ee4208a6431d5f57.

Change is cherrypicked to 24Q3. We do not plan to carry this workaround
post 24Q4.

Change-Id: Id76292b59774c5b4ec1d0ca1a1d9be924288a1fd
diff --git a/linker/Android.bp b/linker/Android.bp
index a04b13c..694d1f5 100644
--- a/linker/Android.bp
+++ b/linker/Android.bp
@@ -410,10 +410,6 @@
     },
 
     afdo: true,
-
-    // FIXME: Workaround compat issue with obfuscation libraries.
-    // http://b/352456802
-    lto_O0: true,
 }
 
 // ========================================================