am d377c485: Merge "Fix bug number for linker related workarounds"

* commit 'd377c48594b4ef2176dfe850b5011f5f826693ca':
  Fix bug number for linker related workarounds
diff --git a/Android.mk b/Android.mk
index 911bfda..8962ffd 100644
--- a/Android.mk
+++ b/Android.mk
@@ -26,7 +26,7 @@
 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)