Fix bug number for linker related workarounds

Bug: 24425865
Change-Id: I2021674a9df0e768f312ca024d906302db1c494f
diff --git a/libc/Android.bp b/libc/Android.bp
index 507f6e4..2429634 100644
--- a/libc/Android.bp
+++ b/libc/Android.bp
@@ -1926,7 +1926,7 @@
     // special for arm
     arch: {
         arm: {
-            //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
             ldflags: ["-Wl,--hash-style=both"],
 
             shared: {
@@ -1941,7 +1941,7 @@
             ],
         },
         x86: {
-            //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
             ldflags: ["-Wl,--hash-style=both"],
         },
         x86_64: {
@@ -2080,7 +2080,7 @@
     sanitize: ["never"],
     native_coverage: bionic_coverage,
 
-    //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
     arch: {
         arm: {
             ldflags: ["-Wl,--hash-style=both"],