am 106f92f5: Merge "Revert "init: Enable LOCAL_DETECT_INTEGER_OVERFLOWS""
* commit '106f92f5c8f116acf8ba01090aab30ad57d0fed8': Revert "init: Enable LOCAL_DETECT_INTEGER_OVERFLOWS"
This commit is contained in:
commit
4c6269ce28
1 changed files with 0 additions and 4 deletions
|
|
@ -30,8 +30,6 @@ LOCAL_SRC_FILES:= \
|
||||||
|
|
||||||
LOCAL_STATIC_LIBRARIES := libbase
|
LOCAL_STATIC_LIBRARIES := libbase
|
||||||
LOCAL_MODULE := libinit
|
LOCAL_MODULE := libinit
|
||||||
|
|
||||||
LOCAL_DETECT_INTEGER_OVERFLOWS := true
|
|
||||||
LOCAL_CLANG := true
|
LOCAL_CLANG := true
|
||||||
include $(BUILD_STATIC_LIBRARY)
|
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/ueventd; \
|
||||||
ln -sf ../init $(TARGET_ROOT_OUT)/sbin/watchdogd
|
ln -sf ../init $(TARGET_ROOT_OUT)/sbin/watchdogd
|
||||||
|
|
||||||
LOCAL_DETECT_INTEGER_OVERFLOWS := true
|
|
||||||
LOCAL_CLANG := true
|
LOCAL_CLANG := true
|
||||||
include $(BUILD_EXECUTABLE)
|
include $(BUILD_EXECUTABLE)
|
||||||
|
|
||||||
|
|
@ -97,6 +94,5 @@ LOCAL_SHARED_LIBRARIES += \
|
||||||
libbase \
|
libbase \
|
||||||
|
|
||||||
LOCAL_STATIC_LIBRARIES := libinit
|
LOCAL_STATIC_LIBRARIES := libinit
|
||||||
LOCAL_DETECT_INTEGER_OVERFLOWS := true
|
|
||||||
LOCAL_CLANG := true
|
LOCAL_CLANG := true
|
||||||
include $(BUILD_NATIVE_TEST)
|
include $(BUILD_NATIVE_TEST)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue