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

Commit bfe65c6a authored by Nicolas Geoffray's avatar Nicolas Geoffray
Browse files

Re-order the ext/framework boot jars in bootclasspath.

Order of those doesn't matter, and the new order simplifies b/119800099.

Test: m and boots
Bug: 119800099
Change-Id: I9667a8d49ae751dfe713e37483548a58dfb25bd4
parent 289fa3ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -311,11 +311,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