Enable runtime_libart on darwin.

Change-Id: I0499bb387af827379fa4bb5e71a9770a89093c53
This commit is contained in:
Brian Carlstrom 2013-07-23 14:22:00 -07:00
parent 0c1cd6865b
commit 336b06f78c
1 changed files with 1 additions and 3 deletions

View File

@ -59,9 +59,7 @@ PRODUCT_PACKAGES += \
PRODUCT_RUNTIMES := runtime_libdvm_default
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
ifneq ($(HOST_OS),darwin)
PRODUCT_RUNTIMES += runtime_libart
endif
PRODUCT_RUNTIMES += runtime_libart
endif
$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)