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

Commit ae4916b0 authored by Andreas Gampe's avatar Andreas Gampe
Browse files

Build: Use ART phony packages in runtime_libart

Move definition of necessary packages for ART to art/Android.mk.
Use the phony packages defined there in runtime_libart.mk.

Bug: 62087184
Test: m
Test: Device boots
Change-Id: Iae6e5bba2184b098820783dc5e9f6b5f2a9836e9
parent 8fb65a5d
Loading
Loading
Loading
Loading
+2 −18
Original line number Diff line number Diff line
@@ -41,7 +41,6 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
    libjavacore \
    libopenjdk \
    libopenjdkjvm \

# Libcore ICU. TODO: Try to figure out if/why we need them explicitly.
PRODUCT_PACKAGES += \
@@ -49,24 +48,9 @@ PRODUCT_PACKAGES += \
    libicuuc \

# ART.
PRODUCT_PACKAGES += \
    dalvikvm \
    dex2oat \
    dexoptanalyzer \
    libart \
    libart_fake \
    libopenjdkjvmti \
    patchoat \
    profman

PRODUCT_PACKAGES += art-runtime
# ART/dex helpers.
PRODUCT_PACKAGES += \
    ahat \
    dexdiag \
    dexdump \
    dexlist \
    hprof-conv \
    oatdump \
PRODUCT_PACKAGES += art-tools

# Certificates.
PRODUCT_PACKAGES += \