libbinder: -performance-no-int-to-ptr

In preparation of the clang compiler update, until this warning can be
seen w/o manually updating compiler.

Bug: 182411184
Test: N/A
Change-Id: I08ee805dc0f15987f439b7f7d1cd9dd157a2d07e
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*",
     ],