am be7575ec: am cba215dd: am d21197d5: Merge "Make libart the default runtime"

* commit 'be7575ecb1827784f83582847749aa59c664d29e':
  Make libart the default runtime
This commit is contained in:
Brian Carlstrom 2014-01-29 00:44:02 +00:00 committed by Android Git Automerger
commit 0b0d6277e0
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)