Merge "libbinder: -performance-no-int-to-ptr" am: 790e1ba908 am: 56d1000272 am: 3b315bbc49

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I70faeb187dcb2d31bae217b74ef6d09cdd1b1ac0
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp
index 6df04f0..a17e482 100644
--- a/libs/binder/Android.bp
+++ b/libs/binder/Android.bp
@@ -214,6 +214,7 @@
         "-misc-redundant-expression",
         "-misc-unused-using-decls",
         "performance*",
+        "-performance-no-int-to-ptr",
         "portability*",
     ],