Skip to content

Commit

Permalink
Update buildjdk.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
thejudge156 authored Oct 15, 2024
1 parent 9eade94 commit 9f4c03e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buildjdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ cd openjdk
# Apply patches
git reset --hard
if [ "$BUILD_IOS" != "1" ]; then
#git apply --reject --whitespace=fix ../patches/jdk21u_android.diff || echo "git apply failed (Android patch set)"
echo "Android patch disabled"
git apply --reject --whitespace=fix ../patches/jdk21u_android.diff || echo "git apply failed (Android patch set)"
else
git apply --reject --whitespace=fix ../patches/jdk21u_ios.diff || echo "git apply failed (iOS patch set)"

Expand Down

0 comments on commit 9f4c03e

Please sign in to comment.