From 09606a9f7942a974fd3db1e8137bee945bad5fc4 Mon Sep 17 00:00:00 2001 From: ArtDev <45949002+artdeell@users.noreply.github.com> Date: Fri, 24 Feb 2023 16:30:36 +0300 Subject: [PATCH] Update buildjdk.sh --- buildjdk.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/buildjdk.sh b/buildjdk.sh index 3a2b0db..27e4489 100755 --- a/buildjdk.sh +++ b/buildjdk.sh @@ -64,11 +64,9 @@ cd openjdk if [ "$BUILD_IOS" != "1" ]; then git reset --hard git apply --reject --whitespace=fix ../patches/jdk8u_android.diff || echo "git apply failed (universal patch set)" - if [ "$TARGET_JDK" == "arm" ]; then - #TODO: make separate aarch32 patch set - else + if [ "$TARGET_JDK" != "arm" ]; then git apply --reject --whitespace=fix ../patches/jdk8u_android_main.diff || echo "git apply failed (main non-universal patch set)" - fi + fi #TODO: make separate aarch32 patch set fi # --with-extra-cxxflags="$CXXFLAGS -Dchar16_t=uint16_t -Dchar32_t=uint32_t" \