From bfe65c6a1b6c07a2083876764357f11e0cc37cfb Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Tue, 2 Apr 2019 12:54:09 +0100 Subject: [PATCH] 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 --- target/product/base_system.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/product/base_system.mk b/target/product/base_system.mk index ec463f79a2..d30ca2931e 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -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