Merge "Fix bug number for linker related workarounds"

This commit is contained in:
Dimitry Ivanov 2015-09-28 17:55:43 +00:00 committed by Gerrit Code Review
commit 8bed8749ea
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ cc_library {
sanitize: ["never"],
},
android_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"],
},
windows: {

View File

@ -69,7 +69,7 @@ LOCAL_MODULE := liblog
LOCAL_WHOLE_STATIC_LIBRARIES := liblog
LOCAL_CFLAGS := -Werror $(liblog_cflags)
# 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_SANITIZE := never