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