summaryrefslogtreecommitdiffstats
path: root/libmemunreachable
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2018-11-08 20:27:58 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-11-08 20:27:58 +0000
commit141fcfb5c5d66c2f2bb0743a63362e6db01fd7de (patch)
tree8378a0393808f7690e93a184c65a0a5e866b85b9 /libmemunreachable
parent318591509f8c58617534cb08d7aecedac51f1ae3 (diff)
parent060056d4f2a2e96a8e04aa1a4d78f8b51dc285a6 (diff)
downloadsystem_core-141fcfb5c5d66c2f2bb0743a63362e6db01fd7de.tar.gz
system_core-141fcfb5c5d66c2f2bb0743a63362e6db01fd7de.tar.bz2
system_core-141fcfb5c5d66c2f2bb0743a63362e6db01fd7de.zip
Merge "Revert "Use ld when lld fails""
Diffstat (limited to 'libmemunreachable')
-rw-r--r--libmemunreachable/Android.bp6
1 files changed, 0 insertions, 6 deletions
diff --git a/libmemunreachable/Android.bp b/libmemunreachable/Android.bp
index 248a9d25c..b78a4c435 100644
--- a/libmemunreachable/Android.bp
+++ b/libmemunreachable/Android.bp
@@ -46,12 +46,6 @@ cc_library {
static_libs: ["libunwind_llvm"],
},
},
-
- // TODO(b/78118944), 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.
- use_clang_lld: false,
-
export_include_dirs: ["include"],
local_include_dirs: ["include"],
}