Loading target/product/base_system.mk +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
target/product/base_system.mk +2 −2 Original line number Diff line number Diff line Loading @@ -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