summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPirama Arumuga Nainar <pirama@google.com>2017-08-03 11:41:43 -0700
committerPirama Arumuga Nainar <pirama@google.com>2017-11-06 11:32:02 -0800
commitfe8e47c95e7c5691a5e51140d50457bb2b6eb4ec (patch)
treeb8c87ac44ec67ffb063afcdcbc19d1cfc66aced7
parenteb76075156324051c23b6d47fd984921d146fcc3 (diff)
downloadmclinker-fe8e47c95e7c5691a5e51140d50457bb2b6eb4ec.tar.gz
Make mclinker depend on libLLVM_android.so
Bug: http://b/64121881 The module built in the Android tree is now named libLLVM_android.so. Test: aosp_marlin checkbuild with FORCE_BUILD_LLVM_COMPONENTS set and unset. Change-Id: Ib96ec24d3a299b15d0bf58ff7615a17784dd89ad
-rw-r--r--tools/mcld/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mcld/Android.bp b/tools/mcld/Android.bp
index 739f076..ec9d7d4 100644
--- a/tools/mcld/Android.bp
+++ b/tools/mcld/Android.bp
@@ -48,7 +48,7 @@ cc_binary {
],
shared_libs: [
- "libLLVM",
+ "libLLVM_android",
"libz",
],