diff --git a/toolbox/Android.bp b/toolbox/Android.bp index 8db83276d..9c2cafac2 100644 --- a/toolbox/Android.bp +++ b/toolbox/Android.bp @@ -40,6 +40,10 @@ cc_defaults { cflags: common_cflags, local_include_dirs: ["upstream-netbsd/include/"], symlinks: ["egrep", "fgrep"], + + sanitize: { + integer_overflow: false, + }, } cc_binary {