summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f7b0a106..37c88a15 100644
--- a/Android.bp
+++ b/Android.bp
@@ -50,5 +50,9 @@ cc_library {
"-D_GNU_SOURCE",
"-DSYSCONFDIR=\"\\\"/etc/libnl\\\"\"",
],
+
+ sanitize: {
+ integer_overflow: true,
+ },
}