summaryrefslogtreecommitdiffstats
path: root/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'compiler')
-rw-r--r--compiler/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/Android.mk b/compiler/Android.mk
index f6740c7..ae15ec2 100644
--- a/compiler/Android.mk
+++ b/compiler/Android.mk
@@ -263,7 +263,7 @@ $$(ENUM_OPERATOR_OUT_GEN): $$(GENERATED_SRC_DIR)/%_operator_out.cc : $(LOCAL_PAT
ifeq ($$(art_target_or_host),target)
# For atrace.
LOCAL_SHARED_LIBRARIES += libcutils
- ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
+ ifeq ($(TARGET_HAVE_QC_PERF),true)
LOCAL_WHOLE_STATIC_LIBRARIES += libqc-art-compiler
endif
include $(BUILD_SHARED_LIBRARY)