summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Dan Austin <danielaustin@google.com> 2015-09-23 17:25:01 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2015-09-23 17:25:01 +0000
commitc3af99f441749b82c16a90ae4b0faaecf7cc079c (patch)
treee7e91982475c32b44726f4bc14d4300f9a7d6830
parent4cf79dbbc9767b2bdb5bfa42825fba3a5afd954a (diff)
parent476398ab60f4f777b0d7c85986f0185350468d5d (diff)
am 476398ab: am 0830bb16: Merge "Enable integer overflow sanitization in libinput."
* commit '476398ab60f4f777b0d7c85986f0185350468d5d': Enable integer overflow sanitization in libinput.
-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 \