mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-09 04:08:01 -04:00
Fixed building for Android aarch32
This commit is contained in:
parent
c4ef6392f3
commit
c04b8daf8f
@ -2,13 +2,13 @@
|
||||
set -e
|
||||
rm -rf jreout || true
|
||||
|
||||
imagespath=openjdk/build/${JVM_PLATFORM}-${TARGET_JDK}-normal-${JVM_VARIANTS}-${JDK_DEBUG_LEVEL}/images
|
||||
|
||||
if [ "$TARGET_JDK" == "arm" ]
|
||||
then
|
||||
export TARGET_JDK=aarch32
|
||||
fi
|
||||
|
||||
imagespath=openjdk/build/${JVM_PLATFORM}-${TARGET_JDK}-normal-${JVM_VARIANTS}-${JDK_DEBUG_LEVEL}/images
|
||||
|
||||
mkdir dizout
|
||||
|
||||
if [ "$BUILD_IOS" == "1" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user