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

This commit is contained in:
Nicolas Geoffray
2019-04-03 07:27:55 +00:00
committed by Gerrit Code Review

View File

@@ -308,11 +308,11 @@ ifeq ($(TARGET_CORE_JARS),)
$(error TARGET_CORE_JARS is empty; cannot initialize PRODUCT_BOOT_JARS variable) $(error TARGET_CORE_JARS is empty; cannot initialize PRODUCT_BOOT_JARS variable)
endif endif
# The order matters # The order matters for runtime class lookup performance.
PRODUCT_BOOT_JARS := \ PRODUCT_BOOT_JARS := \
$(TARGET_CORE_JARS) \ $(TARGET_CORE_JARS) \
ext \
framework \ framework \
ext \
telephony-common \ telephony-common \
voip-common \ voip-common \
ims-common ims-common