We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f93ebbb commit 3baa4edCopy full SHA for 3baa4ed
7_removejdkdebuginfo.sh
@@ -12,7 +12,7 @@ if [[ "$BUILD_IOS" != "1" ]]; then
12
cp freetype-$BUILD_FREETYPE_VERSION/build_android-$TARGET_SHORT/lib/libfreetype.so $imagespath/jdk/lib/
13
fi
14
15
-cp -r $imagespath/graal-builder-jdk jdkout
+cp -r $imagespath/jdk jdkout
16
17
# JDK no longer create separate JRE image, so we have to create one manually.
18
#mkdir -p jreout/bin
0 commit comments