OSDN Git Service

Added libs to the host's libLLVM.so.
authorTodd Fiala <tfiala@google.com>
Fri, 18 Oct 2013 22:22:40 +0000 (15:22 -0700)
committerTodd Fiala <tfiala@google.com>
Tue, 22 Oct 2013 22:28:11 +0000 (15:28 -0700)
commitba309b04ea5c66df1bc1c27849642d2602ab869d
tree87474c3f45809ca4575b2cda4bcd9eab943a9518
parent1255ecdd03f25d397c6871c18a6be6ba8f1142e7
Added libs to the host's libLLVM.so.

Added Android.mk build rules for:
* lib/ExecutionEngine
* lib/ExecutionEngine/RuntimeDyld
* lib/ExecutionEngine/MCJIT
* lib/MC/MCDisassembler

Added all of the static libraries above to the host build of libLLVM.so.

In addition, the following existing static library was added to
the host build of libLLVM.so:
* lib/ExecutionEngine/JIT

Change-Id: I0e6cfac607e02b4ae77ee46df33eca2f96dac8e1
Android.mk
lib/ExecutionEngine/Android.mk [new file with mode: 0644]
lib/ExecutionEngine/MCJIT/Android.mk [new file with mode: 0644]
lib/ExecutionEngine/RuntimeDyld/Android.mk [new file with mode: 0644]
lib/MC/MCDisassembler/Android.mk [new file with mode: 0644]
shared_llvm.mk