am 1efef4c4: Merge "Revert "init: add LOCAL_SANITIZE := integer""

* commit '1efef4c49d59446d3c589563a040b0fbbd8ed73a':
  Revert "init: add LOCAL_SANITIZE := integer"
This commit is contained in:
Nick Kralevich 2015-08-13 18:21:35 +00:00 committed by Android Git Automerger
commit 51ffedd264
1 changed files with 0 additions and 3 deletions

View File

@ -53,7 +53,6 @@ LOCAL_SRC_FILES:= \
LOCAL_STATIC_LIBRARIES := libbase
LOCAL_MODULE := libinit
LOCAL_SANITIZE := integer
LOCAL_CLANG := true
include $(BUILD_STATIC_LIBRARY)
@ -101,7 +100,6 @@ 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,6 +117,5 @@ LOCAL_SHARED_LIBRARIES += \
libbase \
LOCAL_STATIC_LIBRARIES := libinit
LOCAL_SANITIZE := integer
LOCAL_CLANG := true
include $(BUILD_NATIVE_TEST)