Remove core-simple from the boot classpath
This is an effective revert of commit
1391390a775ca54fa1dd22ceccf211eae84073ea but with changes
to account for modifications made since it was committed.
Test: build
Bug: 119301609
Change-Id: I28039a960ce5358744565f8943489677138a892c
diff --git a/tools/run-libcore-tests.sh b/tools/run-libcore-tests.sh
index ea7464f..735549e 100755
--- a/tools/run-libcore-tests.sh
+++ b/tools/run-libcore-tests.sh
@@ -60,7 +60,7 @@
# Note: This must start with the CORE_IMG_JARS in Android.common_path.mk
# because that's what we use for compiling the core.art image.
# It may contain additional modules from TEST_CORE_JARS.
-BOOT_CLASSPATH_JARS="core-oj core-libart core-simple okhttp bouncycastle apache-xml conscrypt"
+BOOT_CLASSPATH_JARS="core-oj core-libart okhttp bouncycastle apache-xml conscrypt"
DEPS="core-tests jsr166-tests mockito-target"