diff options
| author | 2013-01-03 09:19:18 -0800 | |
|---|---|---|
| committer | 2013-01-03 09:19:18 -0800 | |
| commit | 1d6df8edb5b177bd24d692e1fa854272af394d0a (patch) | |
| tree | c71fb453548655b002a89a5450f9171e8e0d214c | |
| parent | 7f1df62028142ec01dcee190f4f171a088c4087f (diff) | |
Fix Portable build
Forgot to add a new sourcefile to the makefile.
Change-Id: I79ae0f1742b1d1215c3f2940e4ca468d17a184ce
| -rw-r--r-- | build/Android.libart-compiler-llvm.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/Android.libart-compiler-llvm.mk b/build/Android.libart-compiler-llvm.mk index c072792e63..daef06e37a 100644 --- a/build/Android.libart-compiler-llvm.mk +++ b/build/Android.libart-compiler-llvm.mk @@ -40,6 +40,7 @@ ifeq ($(ART_USE_PORTABLE_COMPILER),true) src/compiler/dataflow.cc \ src/compiler/frontend.cc \ src/compiler/ralloc.cc \ + src/compiler/bb_opt.cc \ src/compiler/ssa_transformation.cc \ src/compiler/compiler_utility.cc \ src/compiler/codegen/ralloc_util.cc \ |