Fix bug number for linker related workarounds
Bug: 24425865 Change-Id: I2021674a9df0e768f312ca024d906302db1c494f
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user