commit | 6e9289013560484e17b995dbe51bd4d3ba61ab34 | [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 | a6a433a27d85aab489dc78b355bef60f4a6978ca [diff] | |
parent | 462df10d910fbee1a4fd4524ceb8b9a6dbbfe11b [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"],