Merge "Switch libz to sysv-only hash style"
diff --git a/Android.mk b/Android.mk
index c8cf0b1..b0e4b63 100644
--- a/Android.mk
+++ b/Android.mk
@@ -27,7 +27,7 @@
 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),)