Merge "Replace core-junit with legacy-test"
am: 32cc1f80e5
Change-Id: Id425eff2aaafdf8ad63bc66ef2d28f71d32d6e8b
This commit is contained in:
commit
74f8ee05de
5 changed files with 5 additions and 5 deletions
|
@ -697,7 +697,7 @@ endif
|
|||
|
||||
# allow overriding default Java libraries on a per-target basis
|
||||
ifeq ($(TARGET_DEFAULT_JAVA_LIBRARIES),)
|
||||
TARGET_DEFAULT_JAVA_LIBRARIES := core-oj core-libart core-junit ext framework okhttp
|
||||
TARGET_DEFAULT_JAVA_LIBRARIES := core-oj core-libart legacy-test ext framework okhttp
|
||||
endif
|
||||
|
||||
# Flags for DEX2OAT
|
||||
|
|
|
@ -17,7 +17,7 @@ PDK_PLATFORM_JAVA_ZIP_JAVA_TARGET_LIB_DIR += \
|
|||
target/common/obj/JAVA_LIBRARIES/conscrypt_intermediates \
|
||||
target/common/obj/JAVA_LIBRARIES/core-oj_intermediates \
|
||||
target/common/obj/JAVA_LIBRARIES/core-libart_intermediates \
|
||||
target/common/obj/JAVA_LIBRARIES/core-junit_intermediates \
|
||||
target/common/obj/JAVA_LIBRARIES/legacy-test_intermediates \
|
||||
target/common/obj/JAVA_LIBRARIES/ext_intermediates \
|
||||
target/common/obj/JAVA_LIBRARIES/framework_intermediates \
|
||||
target/common/obj/JAVA_LIBRARIES/ims-common_intermediates \
|
||||
|
|
|
@ -95,7 +95,7 @@ PRODUCT_BOOT_JARS := \
|
|||
core-libart \
|
||||
conscrypt \
|
||||
okhttp \
|
||||
core-junit \
|
||||
legacy-test \
|
||||
bouncycastle \
|
||||
ext \
|
||||
framework \
|
||||
|
|
|
@ -89,7 +89,7 @@ PRODUCT_BOOT_JARS := \
|
|||
core-libart \
|
||||
conscrypt \
|
||||
okhttp \
|
||||
core-junit \
|
||||
legacy-test \
|
||||
bouncycastle \
|
||||
ext \
|
||||
framework \
|
||||
|
|
|
@ -28,7 +28,7 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# Additional mixins to the boot classpath.
|
||||
PRODUCT_PACKAGES += \
|
||||
core-junit \
|
||||
legacy-test \
|
||||
|
||||
# Why are we pulling in ext, which is frameworks/base, depending on tagsoup and nist-sip?
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
Loading…
Reference in a new issue