Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6470f4fa authored by Paul Duffin's avatar Paul Duffin
Browse files

Replace core-junit with legacy-test

m -j32 checkbuild cts droid
adb reboot bootloader
fastboot flashall -w
cts-tradefed run cts -m CtsLibcoreTestCases

Bug: 30188076
Test: As above
Change-Id: I2d49cb3c451cb265d026f9a700a61b3fc0d2ed82
parent 2bbeae7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -696,7 +696,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
+1 −1
Original line number Diff line number Diff line
@@ -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 \
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ PRODUCT_BOOT_JARS := \
    core-libart \
    conscrypt \
    okhttp \
    core-junit \
    legacy-test \
    bouncycastle \
    ext \
    framework \
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ PRODUCT_BOOT_JARS := \
    core-libart \
    conscrypt \
    okhttp \
    core-junit \
    legacy-test \
    bouncycastle \
    ext \
    framework \
+1 −1
Original line number Diff line number Diff line
@@ -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 += \