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

Commit 03e1caed authored by Brian Carlstrom's avatar Brian Carlstrom
Browse files

Make libart the default runtime

(cherry picked from commit 08d410f5)

Change-Id: I4e78a03fcd92e52f34be30726e40af287bb67309
parent b058eeae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)