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

Commit 8fb55d06 authored by Brian Carlstrom's avatar Brian Carlstrom Committed by Gerrit Code Review
Browse files

Merge "Remove some uses of the deprecated WITH_HOST_DALVIK."

parents 9d8854e3 a00ba56c
Loading
Loading
Loading
Loading
+0 −17
Original line number Diff line number Diff line
@@ -39,20 +39,3 @@ PRODUCT_PACKAGES += \
    libssl \
    libz \
    okhttp

# host-only dependencies
ifeq ($(WITH_HOST_DALVIK),true)
    PRODUCT_PACKAGES += \
        apache-xml-hostdex \
        bouncycastle-hostdex \
        conscrypt-hostdex \
        dalvik \
        libcrypto-host \
        libexpat-host \
        libicui18n-host \
        libicuuc-host \
        libjavacore \
        libssl-host \
        libz-host \
        okhttp-hostdex
endif
+0 −6
Original line number Diff line number Diff line
@@ -22,10 +22,4 @@ PRODUCT_PACKAGES += \
        dex2oat \
        oatdump

# host-only dependencies
ifeq ($(WITH_HOST_DALVIK),true)
    PRODUCT_PACKAGES += \
        core-libart-hostdex
endif

include $(SRC_TARGET_DIR)/product/runtime_common.mk
+0 −6
Original line number Diff line number Diff line
@@ -21,10 +21,4 @@ PRODUCT_PACKAGES += \
    libdvm \
    dexopt

# host-only dependencies
ifeq ($(WITH_HOST_DALVIK),true)
    PRODUCT_PACKAGES += \
        core-hostdex
endif

include $(SRC_TARGET_DIR)/product/runtime_common.mk