commit | 0830bb169717f920817e66afb18abe2c86d20161 | [log] [tgz] |
---|---|---|
author | Dan Austin <danielaustin@google.com> | Wed Sep 23 16:47:59 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Sep 23 16:47:59 2015 +0000 |
tree | 77dc9d13635b9e89f66a8815fc6cf000ab2ee3fb | |
parent | bffbd09f65d3bc594d844a185d75700e8b4789eb [diff] | |
parent | 29b3555f344471de8e08ed00e5df4451aa953a8d [diff] |
Merge "Enable integer overflow sanitization in libinput."
diff --git a/libs/input/Android.mk b/libs/input/Android.mk index f1921a4..521a202 100644 --- a/libs/input/Android.mk +++ b/libs/input/Android.mk
@@ -55,6 +55,9 @@ LOCAL_SRC_FILES:= $(deviceSources) +LOCAL_CLANG := true +LOCAL_SANITIZE := integer + LOCAL_SHARED_LIBRARIES := \ liblog \ libcutils \