commit | ee3bc978e6821eca42e66b2aafc42d6708d4f849 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Jan 09 14:43:00 2018 -0800 |
committer | Elliott Hughes <enh@google.com> | Tue Jan 09 14:43:00 2018 -0800 |
tree | 26676b2bcb8b6fcf6896f14a9729970e1fac0856 | |
parent | 25fb92a3ffdb7b46edd46b0a188c2693445731be [diff] |
Remove obsolete workaround. Bug: http://b/24465209 Test: manually ran the app. Change-Id: I573d2480c70632b100096ba6b2029bfc335595d6
diff --git a/liblog/Android.bp b/liblog/Android.bp index 7d9e306..eae0b10 100644 --- a/liblog/Android.bp +++ b/liblog/Android.bp
@@ -80,10 +80,6 @@ address: false, }, }, - android_arm: { - // TODO: This is to work around b/24465209. Remove after root cause is fixed - ldflags: ["-Wl,--hash-style=both"], - }, windows: { srcs: ["uio.c"], enabled: true,