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

Commit 31a7dee4 authored by Nicolas Geoffray's avatar Nicolas Geoffray Committed by Gerrit Code Review
Browse files

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

parents 9e4e30e2 bfe65c6a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -308,11 +308,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