commit | 6c1d8475146bdc35edd0765c0de9da0f220c6712 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Apr 16 19:20:39 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Apr 16 19:20:39 2018 +0000 |
tree | 8c6c588eaed0456e1b11c4d3fae1462b5a6bc0a4 | |
parent | f0abf07034b393dd6b8b41b685e0511190bf202f [diff] | |
parent | 0e87940961f999aad65834abf7a09e86b569ed3b [diff] |
Merge "Disable lld, libc_malloc_debug failed to boot."
diff --git a/libc/malloc_debug/Android.bp b/libc/malloc_debug/Android.bp index 899987c..1a79802 100644 --- a/libc/malloc_debug/Android.bp +++ b/libc/malloc_debug/Android.bp
@@ -61,6 +61,11 @@ }, }, + // Clang lld link flags do not work with special link rules + // for libunwind_llvm yet. Linked aosp_arm-eng image failed to + // boot up in the emulator. http://b/78118944. + use_clang_lld: false, + static_libs: [ "libasync_safe", "libbase",