From c307b5b7f81dd66f24904ec8a3f09daa2a46d20a Mon Sep 17 00:00:00 2001 From: Nick Kralevich Date: Thu, 13 Aug 2015 18:10:50 +0000 Subject: [PATCH] Revert "init: add LOCAL_SANITIZE := integer" flounder isn't booting This reverts commit aea73db1e3e06ca75509b78a8610e15bfb10d7fe. Bug: 23166814 Change-Id: I36c811d1ca30e2366066142d9282bb713dae315f --- init/Android.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/init/Android.mk b/init/Android.mk index 58bff5861..6737be409 100644 --- a/init/Android.mk +++ b/init/Android.mk @@ -53,7 +53,6 @@ LOCAL_SRC_FILES:= \ LOCAL_STATIC_LIBRARIES := libbase LOCAL_MODULE := libinit -LOCAL_SANITIZE := integer LOCAL_CLANG := true include $(BUILD_STATIC_LIBRARY) @@ -101,7 +100,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) @@ -119,6 +117,5 @@ LOCAL_SHARED_LIBRARIES += \ libbase \ LOCAL_STATIC_LIBRARIES := libinit -LOCAL_SANITIZE := integer LOCAL_CLANG := true include $(BUILD_NATIVE_TEST)