commit | a7f076e8d2ef57c3c5b79f07f4c4213f0b5a4f5b | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Sep 08 16:06:18 2021 -0700 |
committer | Steven Moreland <smoreland@google.com> | Wed Sep 08 16:06:18 2021 -0700 |
tree | 534a31ec121c2549dd62aadadd526596b744b8c2 | |
parent | c52533cd3a563c1246fcb4c706fd0974ddb6078e [diff] |
libbinder_ndk: sanitize integer Like libbinder, we might as well, for the same reasons. Bug: N/A Test: CtsNdkBinderTestCases Change-Id: I9644721dcc13800ec6353b7e1baf20d8a66717c9
diff --git a/libs/binder/ndk/Android.bp b/libs/binder/ndk/Android.bp index b03e24c..9c04e58 100644 --- a/libs/binder/ndk/Android.bp +++ b/libs/binder/ndk/Android.bp
@@ -117,6 +117,9 @@ "30", ], }, + sanitize: { + misc_undefined: ["integer"], + }, tidy: true, tidy_flags: [ // Only check our headers