Update buildjdk.sh

This commit is contained in:
ArtDev 2021-01-24 08:43:43 +03:00 committed by GitHub
parent f79475d770
commit c786cfa04b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ if [ "$TARGET_JDK" == "arm" ]
then
export TARGET_JDK=aarch32
export TARGET_PHYS=aarch32-linux-androideabi
export JVM_VARIANTS=client
else
export TARGET_PHYS=$TARGET
fi