[aarch32 build] Set TARGET_JDK back to arm

This commit is contained in:
Duy Tran Khanh 2021-06-30 16:20:42 +07:00 committed by GitHub
parent af1b27cdb0
commit f0ba0a3ece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,6 @@ set -e
. setdevkitpath.sh
if [ "$TARGET_JDK" == "arm" ]; then
export TARGET_JDK=aarch32
fi
imagespath=openjdk/build/${JVM_PLATFORM}-${TARGET_JDK}-${JVM_VARIANTS}-${JDK_DEBUG_LEVEL}/images
rm -rf dizout jreout jdkout