Skip to content

Commit

Permalink
Fix Android builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Eilionoir Tunnicliff authored Aug 17, 2022
1 parent ffe5f95 commit 723d10f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions removejdkdebuginfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ imagespath=openjdk/build/${JVM_PLATFORM}-${TARGET_JDK}-${JVM_VARIANTS}-${JDK_DEB
rm -rf dizout jreout jdkout dSYM-temp
mkdir -p dizout dSYM-temp/{lib,bin}

#cp freetype-$BUILD_FREETYPE_VERSION/build_android-$TARGET_SHORT/lib/libfreetype.so $imagespath/jdk/lib/
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

Expand Down Expand Up @@ -54,4 +56,4 @@ if [ "$BUILD_IOS" == "1" ]; then
done
ldid -Sios-sign-entitlements.xml jreout/bin/*
ldid -Sios-sign-entitlements.xml jdkout/bin/*
fi
fi

0 comments on commit 723d10f

Please sign in to comment.