commit | 3a7bcc7de7ab9d4ceccded9d93d231c887db1983 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Mon Aug 24 21:39:28 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Aug 24 21:39:28 2015 +0000 |
tree | 6f090854b344300568d6607865ede6aba584cec7 | |
parent | 0eaf6e2bc0439cc2ea2c29e483b7ca9796fafab9 [diff] | |
parent | efdae934c42f3579b775a6f7bc62605c229d4434 [diff] |
Merge "libutils: Enable LOCAL_SANITIZE := integer"
diff --git a/libutils/Android.mk b/libutils/Android.mk index 8f829f3..8226db2 100644 --- a/libutils/Android.mk +++ b/libutils/Android.mk
@@ -92,6 +92,8 @@ libdl LOCAL_MODULE := libutils +LOCAL_CLANG := true +LOCAL_SANITIZE := integer include $(BUILD_STATIC_LIBRARY) # For the device, shared @@ -106,6 +108,8 @@ liblog LOCAL_CFLAGS := -Werror +LOCAL_CLANG := true +LOCAL_SANITIZE := integer include $(BUILD_SHARED_LIBRARY)