Fixed building for Android aarch32

This commit is contained in:
Duy Tran Khanh 2021-05-18 10:53:05 +07:00 committed by GitHub
parent c4ef6392f3
commit c04b8daf8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
set -e set -e
rm -rf jreout || true rm -rf jreout || true
imagespath=openjdk/build/${JVM_PLATFORM}-${TARGET_JDK}-normal-${JVM_VARIANTS}-${JDK_DEBUG_LEVEL}/images
if [ "$TARGET_JDK" == "arm" ] if [ "$TARGET_JDK" == "arm" ]
then then
export TARGET_JDK=aarch32 export TARGET_JDK=aarch32
fi fi
imagespath=openjdk/build/${JVM_PLATFORM}-${TARGET_JDK}-normal-${JVM_VARIANTS}-${JDK_DEBUG_LEVEL}/images
mkdir dizout mkdir dizout
if [ "$BUILD_IOS" == "1" ]; then if [ "$BUILD_IOS" == "1" ]; then