am 51ffedd2: am 1efef4c4: Merge "Revert "init: add LOCAL_SANITIZE := integer""
* commit '51ffedd264389730a76470408a122589f7ce3488': Revert "init: add LOCAL_SANITIZE := integer"
This commit is contained in:
commit
38887c50c1
|
@ -53,7 +53,6 @@ LOCAL_SRC_FILES:= \
|
|||
|
||||
LOCAL_STATIC_LIBRARIES := libbase
|
||||
LOCAL_MODULE := libinit
|
||||
LOCAL_SANITIZE := integer
|
||||
LOCAL_CLANG := true
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
||||
|
@ -103,7 +102,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)
|
||||
|
||||
|
@ -121,6 +119,5 @@ LOCAL_SHARED_LIBRARIES += \
|
|||
libbase \
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := libinit
|
||||
LOCAL_SANITIZE := integer
|
||||
LOCAL_CLANG := true
|
||||
include $(BUILD_NATIVE_TEST)
|
||||
|
|
Loading…
Reference in New Issue