From 7f26a3804767496a5eb6baab6c63da97f42b711b Mon Sep 17 00:00:00 2001 From: ArtDev <45949002+artdeell@users.noreply.github.com> Date: Fri, 6 May 2022 23:07:29 +0300 Subject: [PATCH] Update removejdkdebuginfo.sh --- removejdkdebuginfo.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/removejdkdebuginfo.sh b/removejdkdebuginfo.sh index d46cf18..61435a3 100755 --- a/removejdkdebuginfo.sh +++ b/removejdkdebuginfo.sh @@ -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