This commit is contained in:
khanhduytran0 2020-09-21 13:30:41 +07:00
parent 78faa61614
commit 32aaf4c4e9
4 changed files with 4 additions and 4 deletions

View File

@ -5,5 +5,5 @@ export TARGET=arm-linux-androideabi
export TARGET_SHORT=arm
export TARGET_JDK=aarch32
./ci_build_global.sh
bash ci_build_global.sh

View File

@ -5,5 +5,5 @@ export TARGET=aarch64-linux-android
export TARGET_SHORT=arm64
export TARGET_JDK=aarch64
./ci_build_global.sh
bash ci_build_global.sh

View File

@ -5,5 +5,5 @@ export TARGET=i686-linux-android
export TARGET_SHORT=x86
export TARGET_JDK=x86
./ci_build_global.sh
bash ci_build_global.sh

View File

@ -5,5 +5,5 @@ export TARGET=x86_64-linux-android
export TARGET_SHORT=x86_64
export TARGET_JDK=amd64
./ci_build_global.sh
bash ci_build_global.sh