commit | 71e85b74eb5710a689e83623706b3bb372762eb5 | [log] [tgz] |
---|---|---|
author | Shih-wei Liao <sliao@google.com> | Fri May 11 01:36:53 2012 -0700 |
committer | Shih-wei Liao <sliao@google.com> | Fri May 11 01:36:53 2012 -0700 |
tree | 02dac6a399928e4f099c2a934256a4150e43c8ae | |
parent | 388a83b106a79dbc82288c78e641fc914c7d6a5b [diff] |
Add libMipsAsmParser and libMipsDisassembler. Change-Id: I939725123556965562936a0c226c41f944b610b1
diff --git a/build/Android.libart-compiler-llvm.mk b/build/Android.libart-compiler-llvm.mk index d2c8a0b..05b6080 100644 --- a/build/Android.libart-compiler-llvm.mk +++ b/build/Android.libart-compiler-llvm.mk
@@ -84,8 +84,10 @@ libart_compiler_llvm_mips_STATIC_LIBRARIES := \ libLLVMMipsInfo \ + libLLVMMipsDisassembler \ libLLVMMipsCodeGen \ libLLVMMipsDesc \ + libLLVMMipsAsmParser \ libLLVMMipsAsmPrinter libart_compiler_llvm_x86_STATIC_LIBRARIES := \