Merge "Disable integer sanitization on host." am: b79d9f9d49 am: e81efc5036
am: 49cfd967de
Change-Id: I85c053b519fba0915076800cbc7314f45ea7a9cd
diff --git a/libs/input/Android.bp b/libs/input/Android.bp
index bd28af1..9485d5b 100644
--- a/libs/input/Android.bp
+++ b/libs/input/Android.bp
@@ -28,9 +28,6 @@
],
clang: true,
- sanitize: {
- misc_undefined: ["integer"],
- },
shared_libs: [
"liblog",
@@ -50,6 +47,10 @@
"libutils",
"libbinder",
],
+
+ sanitize: {
+ misc_undefined: ["integer"],
+ },
},
host: {
shared: {