Turn on LTO optmisations for libbinder

This improves app launch performance by 0.13%.

http://go/art-benchmark?p=BootImageProfileId:36062

Test: presubmit
Change-Id: If438da2f0a814e951687b50e46187bbf450a7629
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp
index deff76b..f634c1d 100644
--- a/libs/binder/Android.bp
+++ b/libs/binder/Android.bp
@@ -190,6 +190,9 @@
         "-performance-move-const-arg", // b/273486801
         "portability*",
     ],
+    lto: {
+        thin: true,
+    },
 }
 
 cc_library_headers {