diff options
| author | 2021-03-11 22:40:56 +0000 | |
|---|---|---|
| committer | 2021-03-11 22:40:56 +0000 | |
| commit | f93afea1738c3cc4c69d5808714bc230b6e93b79 (patch) | |
| tree | 5033d675eba47e219ad2dbf4b49dc70736a3456e | |
| parent | 283173fe304bde455400ad65a9a3e006cb8d7d3a (diff) | |
| parent | 3b315bbc494d88a92a864a2db1be012234397547 (diff) | |
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
| -rw-r--r-- | libs/binder/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp index 6df04f07b6..a17e482d79 100644 --- a/libs/binder/Android.bp +++ b/libs/binder/Android.bp @@ -214,6 +214,7 @@ cc_library { "-misc-redundant-expression", "-misc-unused-using-decls", "performance*", + "-performance-no-int-to-ptr", "portability*", ], |