summaryrefslogtreecommitdiffstats
path: root/compiler
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2014-11-08 06:14:18 -0800
committerSteve Kondik <steve@cyngn.com>2015-10-12 13:17:54 -1000
commitead3f39d3e80a90a1863e79822bf5acfae50e9ca (patch)
tree42154f3f9a8beedc98d7b834912ae6c1ef908125 /compiler
parent6e037f8660f40fd5869f7a48f27751caaaaa626d (diff)
downloadart-ead3f39d3e80a90a1863e79822bf5acfae50e9ca.zip
art-ead3f39d3e80a90a1863e79822bf5acfae50e9ca.tar.gz
art-ead3f39d3e80a90a1863e79822bf5acfae50e9ca.tar.bz2
art: Update QC-PERF board flag to TARGET_HAVE_QC_PERF
* Some targets will set QCOM_HARDWARE but won't have these libs. Change-Id: I84292c190c120b646f5017d4801e7893fed902ff
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)