forked from openkylin/platform_build
Merge "Re-order the ext/framework boot jars in bootclasspath." am: 31a7dee48b
am: 2c142f1178
Change-Id: Ic16d4172f0fe53059898a12a43311f7070f85a8c
This commit is contained in:
commit
719b51b400
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue