summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c759964f2..c577256b0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -172,6 +172,9 @@ cc_library_shared {
whole_static_libs: ["libc++_static"],
stl: "none",
+ lto: {
+ thin: true,
+ },
afdo: true,
target: {