summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitry Ivanov <dimitry@google.com>2015-09-28 17:54:44 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-09-28 17:54:44 +0000
commitd377c48594b4ef2176dfe850b5011f5f826693ca (patch)
treed6a9691484a1a71e2409bbbc759db6b1438f99b2
parent316ed876bc5be0f5c67493ae37afc140fe07c0f2 (diff)
parentfb822373c0878db3a353c47b9d800e4d445773d6 (diff)
downloadandroid_external_zlib-d377c48594b4ef2176dfe850b5011f5f826693ca.tar.gz
android_external_zlib-d377c48594b4ef2176dfe850b5011f5f826693ca.tar.bz2
android_external_zlib-d377c48594b4ef2176dfe850b5011f5f826693ca.zip
Merge "Fix bug number for linker related workarounds"
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 911bfda..8962ffd 100644
--- a/Android.mk
+++ b/Android.mk
@@ -26,7 +26,7 @@ LOCAL_MODULE := libz
LOCAL_MODULE_TAGS := optional
LOCAL_CFLAGS += -O3 -DUSE_MMAP
-# TODO: This is to work around b/19059885. Remove after root cause is fixed
+# TODO: This is to work around b/24465209. Remove after root cause is fixed
LOCAL_LDFLAGS_arm := -Wl,--hash-style=both
LOCAL_SRC_FILES := $(zlib_files)