diff options
author | Nick Kralevich <nnk@google.com> | 2015-06-16 23:35:37 +0000 |
---|---|---|
committer | Nick Kralevich <nnk@google.com> | 2015-06-16 23:35:37 +0000 |
commit | 21d605eff59d8218f5e38ea67fb00296c7052494 (patch) | |
tree | b4ce22b87f656777a6c688d502c756658e00e958 /init | |
parent | 18ae44bf3d9b1419f58d387daadcf502f150bf81 (diff) | |
download | core-21d605eff59d8218f5e38ea67fb00296c7052494.tar.gz core-21d605eff59d8218f5e38ea67fb00296c7052494.tar.bz2 core-21d605eff59d8218f5e38ea67fb00296c7052494.zip |
Revert "init: Enable LOCAL_DETECT_INTEGER_OVERFLOWS"
Shamu boots, but hammerhead doesn't. Likely cause is this change.
This reverts commit 18ae44bf3d9b1419f58d387daadcf502f150bf81.
Bug: 21880301
Change-Id: I490816060209c15aa07c783d05fe5b141c7c9023
Diffstat (limited to 'init')
-rw-r--r-- | init/Android.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/init/Android.mk b/init/Android.mk index 9aeaeabf0..45b002de5 100644 --- a/init/Android.mk +++ b/init/Android.mk @@ -30,8 +30,6 @@ LOCAL_SRC_FILES:= \ LOCAL_STATIC_LIBRARIES := libbase LOCAL_MODULE := libinit - -LOCAL_DETECT_INTEGER_OVERFLOWS := true LOCAL_CLANG := true 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/watchdogd -LOCAL_DETECT_INTEGER_OVERFLOWS := true LOCAL_CLANG := true include $(BUILD_EXECUTABLE) @@ -97,6 +94,5 @@ LOCAL_SHARED_LIBRARIES += \ libbase \ LOCAL_STATIC_LIBRARIES := libinit -LOCAL_DETECT_INTEGER_OVERFLOWS := true LOCAL_CLANG := true include $(BUILD_NATIVE_TEST) |