commit | 29b3555f344471de8e08ed00e5df4451aa953a8d | [log] [tgz] |
---|---|---|
author | Dan Austin <danielaustin@google.com> | Tue Sep 22 14:33:57 2015 -0700 |
committer | Dan Austin <danielaustin@google.com> | Wed Sep 23 09:38:55 2015 -0700 |
tree | 77dc9d13635b9e89f66a8815fc6cf000ab2ee3fb | |
parent | bffbd09f65d3bc594d844a185d75700e8b4789eb [diff] [blame] |
Enable integer overflow sanitization in libinput. Bug: 24171356 Change-Id: I1412b78171c60b0252560956a672f2d92a7011e6
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 \