commit | 9c3805243fb0ac3d048024236968b1c66cf91ec9 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu May 24 19:07:26 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu May 24 19:07:26 2018 +0000 |
tree | 3c4c2d14ca0b05ae0cc185b112ebb505cba8404c | |
parent | b5775addf30643d99b7e7ede25d81e15d3c70035 [diff] | |
parent | 38b2f9a535e7d44d8936d2a8c1c203a5b106b7e5 [diff] |
Merge "Work around b/24465209, do not pack relocation table."
diff --git a/liblog/Android.bp b/liblog/Android.bp index 1bd796a..4a165a0 100644 --- a/liblog/Android.bp +++ b/liblog/Android.bp
@@ -83,8 +83,8 @@ }, android_arm: { // TODO: This is to work around b/24465209. Remove after root cause is fixed + pack_relocations: false, ldflags: ["-Wl,--hash-style=both"], - use_clang_lld: false, }, windows: { srcs: ["uio.c"],