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:
parent
18ae44bf3d
commit
21d605eff5
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue