Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 336b06f7 authored by Brian Carlstrom's avatar Brian Carlstrom
Browse files

Enable runtime_libart on darwin.

Change-Id: I0499bb387af827379fa4bb5e71a9770a89093c53
parent 0c1cd686
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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
endif

$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)