commit | 85bd9ca978772341c4e481317f0f768fa2b2aade | [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 | a2157a7d92bddd893e03b60d32bf928306c6a10b [diff] | |
parent | 0f975a2099dd7612f0bf9fc28f5eb7b6b76c4f9c [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"],