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

Commit 3d0507d3 authored by Brian Carlstrom's avatar Brian Carlstrom
Browse files

Add support for dualbooting dalvik and art

Change-Id: I39bc909bf9ba2c8e4dc6599c84e5a6c780def43d
parent 8578cab0
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -18,10 +18,12 @@

ifeq ($(WITH_ART),false)
    PRODUCT_PACKAGES += \
        core \
        libdvm \
        dexopt
else
    PRODUCT_PACKAGES += \
        core-libart \
        libart \
        dex2oat
    PRODUCT_PROPERTY_OVERRIDES += \
@@ -33,7 +35,6 @@ PRODUCT_PACKAGES += \
    bouncycastle \
    cacerts \
    conscrypt \
    core \
    core-junit \
    dalvikvm \
    dexdeps \
@@ -56,11 +57,17 @@ PRODUCT_PACKAGES += \

# host-only dependencies
ifeq ($(WITH_HOST_DALVIK),true)
    ifeq ($(WITH_ART),false)
        PRODUCT_PACKAGES += \
            core-hostdex
    else
        PRODUCT_PACKAGES += \
            core-libart-hostdex
    endif
    PRODUCT_PACKAGES += \
        apache-xml-hostdex \
        bouncycastle-hostdex \
        conscrypt-hostdex \
        core-hostdex \
        dalvik \
        libcrypto-host \
        libexpat-host \