am e80ec0c5: Merge "libutils: Enable LOCAL_SANITIZE := integer"

* commit 'e80ec0c5609d509b17e3e8497a0e0ec5b9caa2e4':
  libutils: Enable LOCAL_SANITIZE := integer
This commit is contained in:
Nick Kralevich 2015-08-24 21:45:36 +00:00 committed by Android Git Automerger
commit 7ec4c228ee
1 changed files with 4 additions and 0 deletions

View File

@ -92,6 +92,8 @@ LOCAL_SHARED_LIBRARIES := \
libdl
LOCAL_MODULE := libutils
LOCAL_CLANG := true
LOCAL_SANITIZE := integer
include $(BUILD_STATIC_LIBRARY)
# For the device, shared
@ -106,6 +108,8 @@ LOCAL_SHARED_LIBRARIES := \
liblog
LOCAL_CFLAGS := -Werror
LOCAL_CLANG := true
LOCAL_SANITIZE := integer
include $(BUILD_SHARED_LIBRARY)