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

Commit add5c3b6 authored by Nicolas Geoffray's avatar Nicolas Geoffray Committed by android-build-merger
Browse files

Merge "Re-order the ext/framework boot jars in bootclasspath." am: 31a7dee4 am: 2c142f11

am: 719b51b4

Change-Id: I68d9fa0af7681b34989725b15a1f36d01ed58364
parents 4f447f14 719b51b4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -312,11 +312,11 @@ ifeq ($(TARGET_CORE_JARS),)
$(error TARGET_CORE_JARS is empty; cannot initialize PRODUCT_BOOT_JARS variable)
endif

# The order matters
# The order matters for runtime class lookup performance.
PRODUCT_BOOT_JARS := \
    $(TARGET_CORE_JARS) \
    ext \
    framework \
    ext \
    telephony-common \
    voip-common \
    ims-common \