Fix bug number for linker related workarounds

Bug: 24425865
Change-Id: I2021674a9df0e768f312ca024d906302db1c494f
This commit is contained in:
Dmitriy Ivanov
2015-09-28 10:14:17 -07:00
parent 55f87a0c0b
commit 280d54680d
6 changed files with 17 additions and 17 deletions

View File

@@ -1926,7 +1926,7 @@ cc_library {
// 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 @@ cc_library {
],
},
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 @@ cc_library {
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"],