diff options
| author | 2021-09-09 18:31:52 +0000 | |
|---|---|---|
| committer | 2021-09-09 18:31:52 +0000 | |
| commit | c87943939ae914d424ad1bd04e7a3aa335e34b05 (patch) | |
| tree | cf64b16989152da81bcf6e95b91217b353b0c8eb | |
| parent | 6ff3555b9886c4e69ed6aeb0fcf9dbecf8c0986b (diff) | |
| parent | 743900db58d0bda4ca43b9485f43f32e78573456 (diff) | |
Merge "libbinder_ndk: sanitize integer" am: 33e1d32ceb am: 743900db58
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1822575
Change-Id: I0660ffd1f0720b513705cae2b906ff7f0f9fa880
| -rw-r--r-- | libs/binder/ndk/Android.bp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/binder/ndk/Android.bp b/libs/binder/ndk/Android.bp index b03e24cd1a..9c04e581a2 100644 --- a/libs/binder/ndk/Android.bp +++ b/libs/binder/ndk/Android.bp @@ -117,6 +117,9 @@ cc_library { "30", ], }, + sanitize: { + misc_undefined: ["integer"], + }, tidy: true, tidy_flags: [ // Only check our headers |