Revert "init: Enable LOCAL_DETECT_INTEGER_OVERFLOWS"

Shamu boots, but hammerhead doesn't. Likely cause is this change.

This reverts commit 18ae44bf3d.

Bug: 21880301
Change-Id: I490816060209c15aa07c783d05fe5b141c7c9023
This commit is contained in:
Nick Kralevich 2015-06-16 23:35:37 +00:00
parent 18ae44bf3d
commit 21d605eff5
1 changed files with 0 additions and 4 deletions

View File

@ -30,8 +30,6 @@ LOCAL_SRC_FILES:= \
LOCAL_STATIC_LIBRARIES := libbase
LOCAL_MODULE := libinit
LOCAL_DETECT_INTEGER_OVERFLOWS := true
LOCAL_CLANG := true
include $(BUILD_STATIC_LIBRARY)
@ -79,7 +77,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_DETECT_INTEGER_OVERFLOWS := true
LOCAL_CLANG := true
include $(BUILD_EXECUTABLE)
@ -97,6 +94,5 @@ LOCAL_SHARED_LIBRARIES += \
libbase \
LOCAL_STATIC_LIBRARIES := libinit
LOCAL_DETECT_INTEGER_OVERFLOWS := true
LOCAL_CLANG := true
include $(BUILD_NATIVE_TEST)