commit | 63c4e7c15c0ec48811027ced26746848c1ad03f6 | [log] [tgz] |
---|---|---|
author | Chih-hung Hsieh <chh@google.com> | Wed May 23 17:17:14 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed May 23 17:17:14 2018 +0000 |
tree | 747546624469ba7a074ecf11dfdb9dbb4ed1a449 | |
parent | 5bf505a5834332f19245421e418a0c6100d51e54 [diff] | |
parent | 43b944e3c14bc68cd49510d208944499ee71b8a3 [diff] |
Merge "Work around b/24465209, do not use clang lld"
diff --git a/liblog/Android.bp b/liblog/Android.bp index 2d5a5db..1bd796a 100644 --- a/liblog/Android.bp +++ b/liblog/Android.bp
@@ -84,6 +84,7 @@ android_arm: { // TODO: This is to work around b/24465209. Remove after root cause is fixed ldflags: ["-Wl,--hash-style=both"], + use_clang_lld: false, }, windows: { srcs: ["uio.c"],