summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWei Wang <wangw@codeaurora.org>2015-11-03 18:58:19 -0800
committerSteve Kondik <steve@cyngn.com>2016-06-05 01:12:40 -0700
commit9179ac85152dcf4a8acfdf181e33226ad6efa92d (patch)
treee31fc7d27cb13d416078469847dda6affe61ae40
parent81dc9271819cdeeca81f6521b5cf418f4f9e0815 (diff)
downloadandroid_art-9179ac85152dcf4a8acfdf181e33226ad6efa92d.tar.gz
android_art-9179ac85152dcf4a8acfdf181e33226ad6efa92d.tar.bz2
android_art-9179ac85152dcf4a8acfdf181e33226ad6efa92d.zip
ART: make ART extension available only in 32bit
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