Merge "Disable integer sanitization on host." am: b79d9f9d49 am: e81efc5036 am: 49cfd967de
am: eb14cbfedc
Change-Id: I26be24d20912d990b1c4945ff634e91113755e60
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: {