Update buildjdk.sh

This commit is contained in:
ArtDev 2021-01-23 19:12:47 +03:00 committed by GitHub
parent 7448890325
commit f79475d770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ set -e
if [ "$TARGET_JDK" == "arm" ]
then
export TARGET_JDK=aarch32
export TARGET_PHYS=aarch32-linux-gnueabi
export TARGET_PHYS=aarch32-linux-androideabi
else
export TARGET_PHYS=$TARGET
fi