Merge \"libutils: Limit integer sanitize to target only\"
am: fc36f6fab6

Change-Id: I6bab757829cffa84f6bdae3edfa81597567704ce
diff --git a/libutils/Android.bp b/libutils/Android.bp
index 1288da1..25c779e 100644
--- a/libutils/Android.bp
+++ b/libutils/Android.bp
@@ -66,6 +66,10 @@
                 "libdl",
                 "liblog",
             ],
+
+            sanitize: {
+                misc_undefined: ["integer"],
+            },
         },
 
         host: {
@@ -96,9 +100,6 @@
     },
 
     clang: true,
-    sanitize: {
-        misc_undefined: ["integer"],
-    },
 }
 
 // Include subdirectory makefiles