summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Dimitry Ivanov <dimitry@google.com> 2015-09-28 18:07:40 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-09-28 18:07:40 +0000
commit66f5affbe41a49bedf35e73b7c7f482db6e2fa7b (patch)
treeebad8aa1d5836161e135b2a7229d7d8a3fa35890
parent4ed21bf038742b0136c1bc107198ffcbb6d4b979 (diff)
parentad1cf03e806f2d09888a2994a106204535d2e1f1 (diff)
Merge "Fix bug number for linker related workarounds"
-rw-r--r--native/graphics/jni/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/graphics/jni/Android.mk b/native/graphics/jni/Android.mk
index b7f0fbd0317e..83a2d6853a35 100644
--- a/native/graphics/jni/Android.mk
+++ b/native/graphics/jni/Android.mk
@@ -30,7 +30,7 @@ LOCAL_MODULE:= libjnigraphics
LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code
-# 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
include $(BUILD_SHARED_LIBRARY)