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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I4e491105f284e163c17a7660af48bb10845c6a13
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp
index 776d594..098d915 100644
--- a/libs/binder/Android.bp
+++ b/libs/binder/Android.bp
@@ -216,6 +216,7 @@
         "-misc-redundant-expression",
         "-misc-unused-using-decls",
         "performance*",
+        "-performance-no-int-to-ptr",
         "portability*",
     ],