From 088b1d007af3e55ab903d3340a0d456a9220168d Mon Sep 17 00:00:00 2001 From: The Judge <53906078+thejudge156@users.noreply.github.com> Date: Sat, 19 Oct 2024 20:45:56 -0700 Subject: [PATCH] Update 7_removejdkdebuginfo.sh --- 7_removejdkdebuginfo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7_removejdkdebuginfo.sh b/7_removejdkdebuginfo.sh index 00658dd2..3806d4cc 100755 --- a/7_removejdkdebuginfo.sh +++ b/7_removejdkdebuginfo.sh @@ -12,7 +12,7 @@ if [[ "$BUILD_IOS" != "1" ]]; then cp freetype-$BUILD_FREETYPE_VERSION/build_android-$TARGET_SHORT/lib/libfreetype.so $imagespath/jdk/lib/ fi -cp -r $imagespath/jdk jdkout +cp -r $imagespath/graal-builder-jdk jdkout # JDK no longer create separate JRE image, so we have to create one manually. #mkdir -p jreout/bin