From f0ba0a3ece9adfff969a3df5062a03dfd2bad937 Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Wed, 30 Jun 2021 16:20:42 +0700 Subject: [PATCH] [aarch32 build] Set TARGET_JDK back to arm --- removejdkdebuginfo.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/removejdkdebuginfo.sh b/removejdkdebuginfo.sh index b521143..d46cf18 100755 --- a/removejdkdebuginfo.sh +++ b/removejdkdebuginfo.sh @@ -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