mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-16 07:35:31 -04:00
Merge branch 'feat/mirror_mapping' into buildjre17-21
This commit is contained in:
commit
a7199bec28
@ -88,11 +88,12 @@ ln -s -f $CUPS_DIR/cups $ANDROID_INCLUDE/
|
||||
cd openjdk-${TARGET_VERSION}
|
||||
|
||||
# Apply patches
|
||||
git add .
|
||||
git reset --hard
|
||||
if [[ "$BUILD_IOS" != "1" ]]; then
|
||||
find ../patches/jre_${TARGET_VERSION}/android -name "*.diff" -print0 | xargs -0 -I {} sh -c 'echo "Applying {}" && git apply --reject --whitespace=fix {} || (echo "git apply failed (Android patch set)" && exit 1)'
|
||||
else
|
||||
find ../patches/jre_${TARGET_VERSION}/ios -name "*.diff" -print0 | xargs -0 -I {} sh -c 'echo "Applying {}" && git apply --reject --whitespace=fix {} || (echo "git apply failed (iOs patch set)" && exit 1)'
|
||||
find ../patches/jre_${TARGET_VERSION}/ios -name "*.diff" -print0 | sort -z | xargs -0 -I {} sh -c 'echo "Applying {}" && git apply --reject --whitespace=fix {} || (echo "git apply failed (iOs patch set)" && exit 1)'
|
||||
|
||||
# Hack: exclude building macOS stuff
|
||||
desktop_mac=src/java.desktop/macosx
|
||||
|
@ -6,5 +6,5 @@ set -e
|
||||
export FREETYPE_DIR=`pwd`/freetype-${BUILD_FREETYPE_VERSION}/build_android-${TARGET_SHORT}
|
||||
export CUPS_DIR=`pwd`/cups-2.2.4
|
||||
|
||||
cd openjdk-${TARGET_VERSION}/build/${JVM_PLATFORM}-${TARGET_JDK}-${JVM_VARIANTS}-release
|
||||
cd openjdk-${TARGET_VERSION}/build/${JVM_PLATFORM}-${TARGET_JDK}-${JVM_VARIANTS}-${JDK_DEBUG_LEVEL}
|
||||
make JOBS=4 images
|
||||
|
1575
patches/jre_17/ios/2_mirror_mapping.diff
Normal file
1575
patches/jre_17/ios/2_mirror_mapping.diff
Normal file
File diff suppressed because it is too large
Load Diff
1556
patches/jre_21/ios/2_mirror_mapping.diff
Normal file
1556
patches/jre_21/ios/2_mirror_mapping.diff
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user