mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-08-03 07:35:59 -04:00
Fix
This commit is contained in:
parent
78faa61614
commit
32aaf4c4e9
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user