Merge "Turn on LTO for libc++.so"
diff --git a/Android.bp b/Android.bp
index c759964..c577256 100644
--- a/Android.bp
+++ b/Android.bp
@@ -172,6 +172,9 @@
     whole_static_libs: ["libc++_static"],
     stl: "none",
 
+    lto: {
+        thin: true,
+    },
     afdo: true,
 
     target: {