forked from openkylin/platform_build
Replace framework.jar with framework-minus-apex.jar
Bug: 139391334 Test: m, device is bootable Change-Id: I281f841c164a4813ed4c436fb84680f5ade1ee1d
This commit is contained in:
parent
542f1a5fae
commit
219d4ac2b2
|
@ -22,7 +22,7 @@ PDK_PLATFORM_JAVA_ZIP_JAVA_TARGET_LIB_DIR += \
|
||||||
target/common/obj/JAVA_LIBRARIES/core-libart_intermediates \
|
target/common/obj/JAVA_LIBRARIES/core-libart_intermediates \
|
||||||
target/common/obj/JAVA_LIBRARIES/core-icu4j_intermediates \
|
target/common/obj/JAVA_LIBRARIES/core-icu4j_intermediates \
|
||||||
target/common/obj/JAVA_LIBRARIES/ext_intermediates \
|
target/common/obj/JAVA_LIBRARIES/ext_intermediates \
|
||||||
target/common/obj/JAVA_LIBRARIES/framework_intermediates \
|
target/common/obj/JAVA_LIBRARIES/framework-minus-apex_intermediates \
|
||||||
target/common/obj/JAVA_LIBRARIES/hwbinder_intermediates \
|
target/common/obj/JAVA_LIBRARIES/hwbinder_intermediates \
|
||||||
target/common/obj/JAVA_LIBRARIES/ims-common_intermediates \
|
target/common/obj/JAVA_LIBRARIES/ims-common_intermediates \
|
||||||
target/common/obj/JAVA_LIBRARIES/okhttp_intermediates \
|
target/common/obj/JAVA_LIBRARIES/okhttp_intermediates \
|
||||||
|
|
|
@ -75,7 +75,7 @@ PRODUCT_PACKAGES += \
|
||||||
ExtServices \
|
ExtServices \
|
||||||
ExtShared \
|
ExtShared \
|
||||||
flags_health_check \
|
flags_health_check \
|
||||||
framework \
|
framework-minus-apex \
|
||||||
framework-res \
|
framework-res \
|
||||||
framework-sysconfig.xml \
|
framework-sysconfig.xml \
|
||||||
fsck_msdos \
|
fsck_msdos \
|
||||||
|
@ -318,7 +318,7 @@ endif
|
||||||
# The order matters for runtime class lookup performance.
|
# The order matters for runtime class lookup performance.
|
||||||
PRODUCT_BOOT_JARS := \
|
PRODUCT_BOOT_JARS := \
|
||||||
$(TARGET_CORE_JARS) \
|
$(TARGET_CORE_JARS) \
|
||||||
framework \
|
framework-minus-apex \
|
||||||
ext \
|
ext \
|
||||||
telephony-common \
|
telephony-common \
|
||||||
voip-common \
|
voip-common \
|
||||||
|
|
Loading…
Reference in New Issue