Skip to content

Commit 3baa4ed

Browse files
authored
Update 7_removejdkdebuginfo.sh
1 parent f93ebbb commit 3baa4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

7_removejdkdebuginfo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [[ "$BUILD_IOS" != "1" ]]; then
1212
cp freetype-$BUILD_FREETYPE_VERSION/build_android-$TARGET_SHORT/lib/libfreetype.so $imagespath/jdk/lib/
1313
fi
1414

15-
cp -r $imagespath/graal-builder-jdk jdkout
15+
cp -r $imagespath/jdk jdkout
1616

1717
# JDK no longer create separate JRE image, so we have to create one manually.
1818
#mkdir -p jreout/bin

0 commit comments

Comments
 (0)