Update buildjdk.sh

This commit is contained in:
Duy Tran Khanh 2021-06-07 05:55:13 +07:00 committed by GitHub
parent be1726a333
commit d8031b856f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
set -e
. setdevkitpath.sh
if [ "$TARGET_JDK" == "arm" ]
if [ "$TARGET_JDK" == "arm_DISABLEDCHECK" ]
then
export TARGET_JDK=aarch32
export TARGET_PHYS=aarch32-linux-androideabi