diff options
author | Dave Allison <dallison@google.com> | 2014-07-10 01:54:57 +0000 |
---|---|---|
committer | Dave Allison <dallison@google.com> | 2014-07-10 01:54:57 +0000 |
commit | 3d14eb620716e92c21c4d2c2d11a95be53319791 (patch) | |
tree | aadce4d6bb70e549b74b537c6f75617cf533576a /runtime/Android.mk | |
parent | 34e826ccc80dc1cf7c4c045de6b7f8360d504ccf (diff) | |
download | art-3d14eb620716e92c21c4d2c2d11a95be53319791.zip art-3d14eb620716e92c21c4d2c2d11a95be53319791.tar.gz art-3d14eb620716e92c21c4d2c2d11a95be53319791.tar.bz2 |
Revert "Add implicit null and stack checks for x86"
It breaks cross compilation with x86_64.
This reverts commit 34e826ccc80dc1cf7c4c045de6b7f8360d504ccf.
Change-Id: I34ba07821fc0a022fda33a7ae21850957bbec5e7
Diffstat (limited to 'runtime/Android.mk')
-rw-r--r-- | runtime/Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/Android.mk b/runtime/Android.mk index 3774b32..7f5cf0c 100644 --- a/runtime/Android.mk +++ b/runtime/Android.mk @@ -412,7 +412,6 @@ $$(ENUM_OPERATOR_OUT_GEN): $$(GENERATED_SRC_DIR)/%_operator_out.cc : $(LOCAL_PAT LOCAL_STATIC_LIBRARIES := libziparchive libz else # host LOCAL_STATIC_LIBRARIES += libcutils libziparchive-host libz libutils - LOCAL_SHARED_LIBRARIES += libsigchain LOCAL_LDLIBS += -ldl -lpthread ifeq ($$(HOST_OS),linux) LOCAL_LDLIBS += -lrt |