diff options
author | Nick Kralevich <nnk@google.com> | 2015-08-17 01:15:17 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-08-17 01:15:17 +0000 |
commit | d717f86a3ed9bf0878ce67c176755f656cec29c2 (patch) | |
tree | 66548d74e2bf0af91f95aa24826bcbb00f176a7c /init | |
parent | 92c1a372341e7da3ac384b0f42b00dabf7a95141 (diff) | |
parent | 64c30a79def4dc29749a86c00a970243a2a45f1e (diff) | |
download | core-d717f86a3ed9bf0878ce67c176755f656cec29c2.tar.gz core-d717f86a3ed9bf0878ce67c176755f656cec29c2.tar.bz2 core-d717f86a3ed9bf0878ce67c176755f656cec29c2.zip |
am 64c30a79: am 084c00b8: Merge "init: add LOCAL_SANITIZE := integer"
* commit '64c30a79def4dc29749a86c00a970243a2a45f1e':
init: add LOCAL_SANITIZE := integer
Diffstat (limited to 'init')
-rw-r--r-- | init/Android.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init/Android.mk b/init/Android.mk index e9bab63d1..ff273bb4e 100644 --- a/init/Android.mk +++ b/init/Android.mk @@ -53,6 +53,7 @@ LOCAL_SRC_FILES:= \ LOCAL_STATIC_LIBRARIES := libbase LOCAL_MODULE := libinit +LOCAL_SANITIZE := integer LOCAL_CLANG := true include $(BUILD_STATIC_LIBRARY) @@ -102,6 +103,7 @@ LOCAL_POST_INSTALL_CMD := $(hide) mkdir -p $(TARGET_ROOT_OUT)/sbin; \ ln -sf ../init $(TARGET_ROOT_OUT)/sbin/ueventd; \ ln -sf ../init $(TARGET_ROOT_OUT)/sbin/watchdogd +LOCAL_SANITIZE := integer LOCAL_CLANG := true include $(BUILD_EXECUTABLE) @@ -119,5 +121,6 @@ LOCAL_SHARED_LIBRARIES += \ libbase \ LOCAL_STATIC_LIBRARIES := libinit +LOCAL_SANITIZE := integer LOCAL_CLANG := true include $(BUILD_NATIVE_TEST) |