Update buildjdk.sh

This commit is contained in:
Duy Tran Khanh 2021-01-23 05:50:13 +07:00 committed by GitHub
parent 951046f61b
commit 7bee14ea91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,11 +58,6 @@ if [ "$error_code" -ne 0 ]; then
exit $error_code
fi
if [ "$TARGET_JDK" == "aarch32" ]
then
export TARGET_JDK=arm
fi
# mkdir -p build/linux-${TARGET_JDK}-normal-server-${JDK_DEBUG_LEVEL}
cd build/linux-${TARGET_JDK}-normal-server-${JDK_DEBUG_LEVEL}
make JOBS=4 images || \