Skip to content

Commit

Permalink
Update 7_removejdkdebuginfo.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
thejudge156 authored Oct 20, 2024
1 parent 6c18022 commit 088b1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 7_removejdkdebuginfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 088b1d0

Please sign in to comment.