summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2014-07-16 20:01:29 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2014-07-16 20:01:29 +0800
commit5ae9ee6d0fc78206ace3647343abb5e15d335eb8 (patch)
treea9bd31ec6eea103e91ce5728d850f1b585959067
parent48b4dfed1b5748d179dbd8fdbf4c1f4c1d720915 (diff)
downloadfvp-armv8-5ae9ee6d0fc78206ace3647343abb5e15d335eb8.tar.gz
device.mk: set dalvik.vm.dex2oat-flags to empty
set dalvik.vm.dex2oat-flags to empty to make ART to pickup the compilation mode Change-Id: Iba8f4e961cec9deea6c84bf8a132a564c8a6fa66 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--device.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 0083da2..3ade98b 100644
--- a/device.mk
+++ b/device.mk
@@ -52,6 +52,10 @@ PRODUCT_COPY_FILES += system/core/rootdir/init.zygote64_32.rc:root/init.zygote64
#enable consle even built in user mode
ADDITIONAL_DEFAULT_PROPERTIES += ro.debuggable=1
+# set ART to use compilation mode
+# ART will now what to pick up for compilation if this setting is not set.
+ADDITIONAL_BUILD_PROPERTIES += dalvik.vm.dex2oat-flags=""
+
PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
device/linaro/common/android.hardware.screen.xml:system/etc/permissions/android.hardware.screen.xml \
frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml \