aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2013-03-25 07:27:53 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2013-03-25 07:27:53 +0000
commit293489d339df13fb95fa99eb08fc089e046a905f (patch)
tree95806eac96e80fd849fa6eff2547a1c94057bda1
parent0d7966da1dcb125f986709370a55884c1d858567 (diff)
parentb497f3f2348cfff41652a8b93fc55e2360c47eef (diff)
downloadexternal_llvm-293489d339df13fb95fa99eb08fc089e046a905f.zip
external_llvm-293489d339df13fb95fa99eb08fc089e046a905f.tar.gz
external_llvm-293489d339df13fb95fa99eb08fc089e046a905f.tar.bz2
am b497f3f2: Add missing libLLVMObject.a to .so build.
* commit 'b497f3f2348cfff41652a8b93fc55e2360c47eef': Add missing libLLVMObject.a to .so build.
-rw-r--r--shared_llvm.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/shared_llvm.mk b/shared_llvm.mk
index 43f0947..2ca7616 100644
--- a/shared_llvm.mk
+++ b/shared_llvm.mk
@@ -38,6 +38,7 @@ llvm_post_static_libraries := \
libLLVMAsmPrinter \
libLLVMSelectionDAG \
libLLVMCodeGen \
+ libLLVMObject \
libLLVMScalarOpts \
libLLVMInstCombine \
libLLVMInstrumentation \
@@ -113,4 +114,4 @@ LOCAL_SHARED_LIBRARIES := libcutils libdl libstlport
include $(LLVM_DEVICE_BUILD_MK)
include $(BUILD_SHARED_LIBRARY)
-endif # don't build in unbundled branches \ No newline at end of file
+endif # don't build in unbundled branches