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.

(cherry picked from commit 6486293188e76cdbc6a0f078425f3d2ff8d92fd8)

Change-Id: I29f89ca17e75fc607f5d59065ba400bc76ed3860
diff --git a/linker/Android.bp b/linker/Android.bp
index d82e687..563cf3d 100644
--- a/linker/Android.bp
+++ b/linker/Android.bp
@@ -394,10 +394,6 @@
     },
 
     afdo: true,
-
-    // FIXME: Workaround compat issue with obfuscation libraries.
-    // http://b/352456802
-    lto_O0: true,
 }
 
 // ========================================================