From f34766eda264705efddfd5b118a6765e5ccc8681 Mon Sep 17 00:00:00 2001 From: ArtDev <45949002+artdeell@users.noreply.github.com> Date: Thu, 12 May 2022 15:27:20 +0300 Subject: [PATCH] Update removejdkdebuginfo.sh --- removejdkdebuginfo.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/removejdkdebuginfo.sh b/removejdkdebuginfo.sh index 61435a3..d46cf18 100755 --- a/removejdkdebuginfo.sh +++ b/removejdkdebuginfo.sh @@ -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