summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vm/Dvm.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/vm/Dvm.mk b/vm/Dvm.mk
index 7d8355cf2..e47b6662d 100644
--- a/vm/Dvm.mk
+++ b/vm/Dvm.mk
@@ -263,12 +263,13 @@ ifeq ($(dvm_arch),arm)
compiler/codegen/arm/ArmRallocUtil.cpp \
compiler/template/out/CompilerTemplateAsm-$(dvm_arch_variant).S
endif
-
+ ifeq ($(call is-vendor-board-platform,QCOM),true)
ifeq ($(WITH_QC_PERF),true)
LOCAL_WHOLE_STATIC_LIBRARIES += libqc-dalvik
LOCAL_SHARED_LIBRARIES += libqc-opt
LOCAL_CFLAGS += -DWITH_QC_PERF
endif
+ endif
endif
ifeq ($(dvm_arch),mips)