summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorShih-wei Liao <sliao@google.com>2012-03-29 13:53:46 -0700
committerShih-wei Liao <sliao@google.com>2012-03-29 19:07:49 -0700
commitb1ab7df793844398c71ee18c2bd60e3bc6484d10 (patch)
tree4ec5192960d0fbc70f5703c3001bd37a2ef6e544 /build
parentd2d5c2546733b579f8c7f1f8dd37d3bd85478dc8 (diff)
downloadart-b1ab7df793844398c71ee18c2bd60e3bc6484d10.zip
art-b1ab7df793844398c71ee18c2bd60e3bc6484d10.tar.gz
art-b1ab7df793844398c71ee18c2bd60e3bc6484d10.tar.bz2
Cope with runtime refactoring on the LLVM side.
Change-Id: I654e6d0553938a84542a76a996ed6dfd932250b2
Diffstat (limited to 'build')
-rw-r--r--build/Android.common.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/build/Android.common.mk b/build/Android.common.mk
index bc1825e..41edefa 100644
--- a/build/Android.common.mk
+++ b/build/Android.common.mk
@@ -192,7 +192,7 @@ LIBART_COMMON_SRC_FILES += \
src/compiler_llvm/inferred_reg_category_map.cc \
src/compiler_llvm/runtime_support_llvm.cc \
src/compiler_llvm/utils_llvm.cc
-else
+endif
LIBART_COMMON_SRC_FILES += \
src/oat/runtime/arm/stub_arm.cc \
src/oat/runtime/context.cc \
@@ -217,7 +217,6 @@ LIBART_COMMON_SRC_FILES += \
src/oat/utils/assembler.cc \
src/oat/utils/x86/assembler_x86.cc \
src/oat/utils/x86/managed_register_x86.cc
-endif
LIBART_TARGET_SRC_FILES := \
$(LIBART_COMMON_SRC_FILES) \