Update removejdkdebuginfo.sh

This commit is contained in:
ArtDev 2022-05-12 15:27:20 +03:00 committed by GitHub
parent 4107d9bdb7
commit f34766eda2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,6 @@ 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