* commit '135b6b08cd9fec32c266f3981d4af101f6e270f9': init: Enable LOCAL_DETECT_INTEGER_OVERFLOWS
This commit is contained in:
commit
1bc2b09fd3
1 changed files with 4 additions and 0 deletions
|
|
@ -30,6 +30,8 @@ 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,6 +81,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/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)
|
||||||
|
|
||||||
|
|
@ -96,5 +99,6 @@ 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