Update removejdkdebuginfo.sh

This commit is contained in:
ArtDev 2022-05-06 23:07:29 +03:00 committed by GitHub
parent 0107f79460
commit 7f26a38047
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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