Make libart the default runtime

(cherry picked from commit 08d410f532)

Change-Id: I4e78a03fcd92e52f34be30726e40af287bb67309
This commit is contained in:
Brian Carlstrom 2014-01-16 17:55:07 -08:00
parent b058eeae6a
commit 03e1caed18
1 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ PRODUCT_BOOT_JARS := \
webviewchromium \
wifi-service
PRODUCT_RUNTIMES := runtime_libdvm_default
PRODUCT_RUNTIMES += runtime_libart
PRODUCT_RUNTIMES := runtime_libart_default
PRODUCT_RUNTIMES += runtime_libdvm
$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)