summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitry Ivanov <dimitry@google.com>2015-09-28 18:33:56 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-09-28 18:33:56 +0000
commitabca4b6b1e0fa90fb5495b7087a3d1e1b58381f2 (patch)
treed6a9691484a1a71e2409bbbc759db6b1438f99b2
parent55195b77301de179c7fa80dbcb00190056d3c97e (diff)
parente54ac9621635d62b60d40e670d255ef1c4302c42 (diff)
downloadandroid_external_zlib-abca4b6b1e0fa90fb5495b7087a3d1e1b58381f2.tar.gz
android_external_zlib-abca4b6b1e0fa90fb5495b7087a3d1e1b58381f2.tar.bz2
android_external_zlib-abca4b6b1e0fa90fb5495b7087a3d1e1b58381f2.zip
am e54ac962: am d377c485: Merge "Fix bug number for linker related workarounds"
* commit 'e54ac9621635d62b60d40e670d255ef1c4302c42': 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)