diff options
| author | Stephen Hines <srhines@google.com> | 2013-03-25 07:27:53 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2013-03-25 07:27:53 +0000 |
| commit | 293489d339df13fb95fa99eb08fc089e046a905f (patch) | |
| tree | 95806eac96e80fd849fa6eff2547a1c94057bda1 | |
| parent | 0d7966da1dcb125f986709370a55884c1d858567 (diff) | |
| parent | b497f3f2348cfff41652a8b93fc55e2360c47eef (diff) | |
| download | external_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.mk | 3 |
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 |
