Merge "PGO for libbinder" am: 4a9a39c28f

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1620939

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ie71a224158d4451d3d9ccb2b72cb6809d9f7da85
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp
index 44fda79..776d594 100644
--- a/libs/binder/Android.bp
+++ b/libs/binder/Android.bp
@@ -218,6 +218,11 @@
         "performance*",
         "portability*",
     ],
+
+    pgo: {
+        sampling: true,
+        profile_file: "libbinder/libbinder.profdata",
+    },
 }
 
 // AIDL interface between libbinder and framework.jar