diff options
| author | Andreas Gampe <agampe@google.com> | 2018-12-13 23:30:25 +0000 |
|---|---|---|
| committer | Andreas Gampe <agampe@google.com> | 2018-12-13 23:30:25 +0000 |
| commit | fb83d76a8b186df05f874216b535f5ad57e7bd02 (patch) | |
| tree | f3db51fcd564929652433e7182eda9ebc7a9bc29 /tools | |
| parent | 4433c4351aab98005e12a6b53905678758b74665 (diff) | |
| download | art-fb83d76a8b186df05f874216b535f5ad57e7bd02.tar.gz art-fb83d76a8b186df05f874216b535f5ad57e7bd02.tar.bz2 art-fb83d76a8b186df05f874216b535f5ad57e7bd02.zip | |
Revert "Allow boot image for a part of the boot classpath."
This reverts commit 4433c4351aab98005e12a6b53905678758b74665.
Reason for revert: May be breaking tests.
Change-Id: I3b690dbb06278dc1adce5a389fff938a692bdebd
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/bootjars.sh | 6 | ||||
| -rwxr-xr-x | tools/run-jdwp-tests.sh | 5 | ||||
| -rwxr-xr-x | tools/run-libcore-tests.sh | 5 |
3 files changed, 6 insertions, 10 deletions
diff --git a/tools/bootjars.sh b/tools/bootjars.sh index 9f2282764e..ad6ee6b058 100755 --- a/tools/bootjars.sh +++ b/tools/bootjars.sh @@ -72,10 +72,8 @@ if [[ $core_jars_only == y ]]; then # FIXME: The soong invocation we're using for getting the variables does not give us anything # defined in Android.common_path.mk, otherwise we would just use HOST-/TARGET_TEST_CORE_JARS. - # 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. - core_jars_list="core-oj core-libart core-simple" + # The core_jars_list must match the TEST_CORE_JARS variable in the Android.common_path.mk . + core_jars_list="core-oj core-libart core-simple conscrypt okhttp bouncycastle" core_jars_suffix= if [[ $mode == target ]]; then core_jars_suffix=-testdex diff --git a/tools/run-jdwp-tests.sh b/tools/run-jdwp-tests.sh index c85a5ed643..f4a2dc1a6a 100755 --- a/tools/run-jdwp-tests.sh +++ b/tools/run-jdwp-tests.sh @@ -55,10 +55,9 @@ function boot_classpath_arg { done } -# Note: This must start with the CORE_IMG_JARS in Android.common_path.mk +# Note: This must match the TEST_CORE_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 conscrypt" +BOOT_CLASSPATH_JARS="core-oj core-libart core-simple conscrypt okhttp bouncycastle" vm_args="" art="$android_root/bin/art" diff --git a/tools/run-libcore-tests.sh b/tools/run-libcore-tests.sh index 63fe81be6f..63f1fce13f 100755 --- a/tools/run-libcore-tests.sh +++ b/tools/run-libcore-tests.sh @@ -57,10 +57,9 @@ function boot_classpath_arg { done } -# Note: This must start with the CORE_IMG_JARS in Android.common_path.mk +# Note: This must match the TEST_CORE_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 conscrypt" +BOOT_CLASSPATH_JARS="core-oj core-libart core-simple conscrypt okhttp bouncycastle" DEPS="core-tests jsr166-tests mockito-target" |
