Merge "Make libart the default runtime"

This commit is contained in:
Brian Carlstrom 2014-01-29 00:32:23 +00:00 committed by Gerrit Code Review
commit d21197d50c
1 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ PRODUCT_BOOT_JARS := \
apache-xml \
webviewchromium
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)