diff options
Diffstat (limited to 'test')
| -rwxr-xr-x | test/etc/run-test-jar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/etc/run-test-jar b/test/etc/run-test-jar index 4c31ee5160..4e39d098db 100755 --- a/test/etc/run-test-jar +++ b/test/etc/run-test-jar @@ -551,7 +551,7 @@ fi # 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. -bpath_modules="core-oj core-libart core-simple okhttp bouncycastle conscrypt" +bpath_modules="core-oj core-libart core-simple okhttp bouncycastle apache-xml conscrypt" if [ "${HOST}" = "y" ]; then framework="${ANDROID_HOST_OUT}/framework" if [ "${ANDROID_HOST_OUT:0:${#ANDROID_BUILD_TOP}+1}" = "${ANDROID_BUILD_TOP}/" ]; then |