summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2021-03-11 00:46:01 +0000
committer Steven Moreland <smoreland@google.com> 2021-03-11 00:49:26 +0000
commit1e4e35e5a24e41a5709df96b31cfc1165e3c7dcf (patch)
tree6d7fd6a2972dfe5b4fb4e438c7c20c5b8de67d97
parent5dc18f28e3630fd66253b17c167b115f052f752f (diff)
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
-rw-r--r--libs/binder/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp
index 776d59474d..098d915a1e 100644
--- a/libs/binder/Android.bp
+++ b/libs/binder/Android.bp
@@ -216,6 +216,7 @@ cc_library {
"-misc-redundant-expression",
"-misc-unused-using-decls",
"performance*",
+ "-performance-no-int-to-ptr",
"portability*",
],