summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/input/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/input/Android.mk b/libs/input/Android.mk
index 944ac7f653..746de66d62 100644
--- a/libs/input/Android.mk
+++ b/libs/input/Android.mk
@@ -56,6 +56,9 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES:= $(deviceSources)
+LOCAL_CLANG := true
+LOCAL_SANITIZE := integer
+
LOCAL_SHARED_LIBRARIES := \
liblog \
libcutils \