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
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