summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitriy Ivanov <dimitry@google.com>2015-03-13 12:46:50 -0700
committerDmitriy Ivanov <dimitry@google.com>2015-03-13 12:46:50 -0700
commitb2ae9d79b16980f3cad02310b95d0533ff24d877 (patch)
treeb719a5d10234250e61ef3954c3ec3f7cb2fe25f2
parent810c47dc9589fe3d550987584c7f3366ecd90d8e (diff)
downloadandroid_external_zlib-b2ae9d79b16980f3cad02310b95d0533ff24d877.tar.gz
android_external_zlib-b2ae9d79b16980f3cad02310b95d0533ff24d877.tar.bz2
android_external_zlib-b2ae9d79b16980f3cad02310b95d0533ff24d877.zip
Switch libz to sysv-only hash style
Bug: 19059885 Change-Id: I339b873d6b8f2bc847bf225bcf50d57e543f8647
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index c8cf0b1..b0e4b63 100644
--- a/Android.mk
+++ b/Android.mk
@@ -27,7 +27,7 @@ LOCAL_MODULE_TAGS := optional
LOCAL_CFLAGS += -O3 -DUSE_MMAP
# TODO: This is to work around b/19059885. Remove after root cause is fixed
-LOCAL_LDFLAGS_arm := -Wl,--hash-style=both
+LOCAL_LDFLAGS_arm := -Wl,--hash-style=sysv
LOCAL_SRC_FILES := $(zlib_files)
ifneq ($(TARGET_BUILD_APPS),)