diff --git a/buildjdk.sh b/buildjdk.sh index fdf4af38..21e52ac2 100755 --- a/buildjdk.sh +++ b/buildjdk.sh @@ -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 "Disabled Android Patches" + 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)"