summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWei Wang <wangw@codeaurora.org>2015-11-03 18:58:19 -0800
committerRicardo Cerqueira <ricardo@cyngn.com>2016-06-20 13:52:53 +0100
commitc2b015c369797b1e831f3cecc23baed4699a7836 (patch)
treedaf06481522d005f4bacb01e799be4c39507e9ff
parent6817f4b36357f068cb0d83e1d577d7a393e68a03 (diff)
downloadandroid_art-stable/cm-13.0-ZNH2KB.tar.gz
android_art-stable/cm-13.0-ZNH2KB.tar.bz2
android_art-stable/cm-13.0-ZNH2KB.zip
ART: make ART extension available only in 32bitstable/cm-13.0-ZNH2KBstable/cm-13.0-ZNH2K
make ART extension available only in 32bit (cyanogen: do this for all devices) Change-Id: Ib7f51ff098de742685cb766bfa3a96d137786945
-rw-r--r--compiler/Android.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/compiler/Android.mk b/compiler/Android.mk
index 0ce9a1773b..3d7db08f29 100644
--- a/compiler/Android.mk
+++ b/compiler/Android.mk
@@ -271,11 +271,7 @@ $$(ENUM_OPERATOR_OUT_GEN): $$(GENERATED_SRC_DIR)/%_operator_out.cc : $(LOCAL_PAT
ifeq ($(TARGET_HAVE_QC_PERF),true)
# FIXME! Current PERF is built with GCC and needs emutls
LOCAL_CLANG := false
- ifeq ($(TARGET_BOARD_PLATFORM),msm8996)
- LOCAL_WHOLE_STATIC_LIBRARIES_arm += libqc-art-compiler
- else
- LOCAL_WHOLE_STATIC_LIBRARIES += libqc-art-compiler
- endif
+ LOCAL_WHOLE_STATIC_LIBRARIES_arm += libqc-art-compiler
endif
include $(BUILD_SHARED_LIBRARY)
else # host