diff options
| author | 2015-09-23 17:25:01 +0000 | |
|---|---|---|
| committer | 2015-09-23 17:25:01 +0000 | |
| commit | c3af99f441749b82c16a90ae4b0faaecf7cc079c (patch) | |
| tree | e7e91982475c32b44726f4bc14d4300f9a7d6830 | |
| parent | 4cf79dbbc9767b2bdb5bfa42825fba3a5afd954a (diff) | |
| parent | 476398ab60f4f777b0d7c85986f0185350468d5d (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.mk | 3 |
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 \ |