From 1458b20ab256338a13640aaa58cf48c13fcefe86 Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Tue, 3 Dec 2013 05:55:07 -0800 Subject: Add an extra guard around perf enablement Change-Id: I3b03ffa27ca744d8392301e6b4a8e67aa88bca53 --- vm/Dvm.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3