Merge "Re-order the ext/framework boot jars in bootclasspath."
am: 31a7dee48b
Change-Id: I5569cb4ca2c221497da80d7d8f485fe0b94137c8
This commit is contained in:
commit
2c142f1178
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue