Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d74f2cb authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 0b973da5: Merge "init: add LOCAL_SANITIZE := integer"

* commit '0b973da5':
  init: add LOCAL_SANITIZE := integer
parents c01231b3 0b973da5
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -53,6 +53,7 @@ LOCAL_SRC_FILES:= \


LOCAL_STATIC_LIBRARIES := libbase
LOCAL_STATIC_LIBRARIES := libbase
LOCAL_MODULE := libinit
LOCAL_MODULE := libinit
LOCAL_SANITIZE := integer
LOCAL_CLANG := true
LOCAL_CLANG := true
include $(BUILD_STATIC_LIBRARY)
include $(BUILD_STATIC_LIBRARY)


@@ -100,6 +101,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_SANITIZE := integer
LOCAL_CLANG := true
LOCAL_CLANG := true
include $(BUILD_EXECUTABLE)
include $(BUILD_EXECUTABLE)


@@ -117,5 +119,6 @@ LOCAL_SHARED_LIBRARIES += \
    libbase \
    libbase \


LOCAL_STATIC_LIBRARIES := libinit
LOCAL_STATIC_LIBRARIES := libinit
LOCAL_SANITIZE := integer
LOCAL_CLANG := true
LOCAL_CLANG := true
include $(BUILD_NATIVE_TEST)
include $(BUILD_NATIVE_TEST)