Disable integer sanitization on host.

Test: NFC until https://android-review.googlesource.com/#/c/329510
Change-Id: I0183556d5b945c689934664fe7f15caa18a0997d
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: {