Merge "Disable integer sanitization on host." am: b79d9f9d49
am: e81efc5036

Change-Id: Ifc9e92b6c39b9dc08066f051da263171bef1ee06
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: {