Merge "Work around b/24465209, do not use clang lld"

This commit is contained in:
Chih-hung Hsieh 2018-05-23 17:17:14 +00:00 committed by Gerrit Code Review
commit 85bd9ca978

View file

@ -84,6 +84,7 @@ cc_library {
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"],