mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-08-03 15:46:08 -04:00
10 lines
128 B
Bash
10 lines
128 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
export TARGET=arm-linux-androideabi
|
|
export TARGET_SHORT=arm
|
|
export TARGET_JDK=arm
|
|
|
|
bash ci_build_global.sh
|
|
|