mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-08 11:50:34 -04:00
9 lines
104 B
Bash
9 lines
104 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
export TARGET=arm-linux-androideabi
|
|
export TARGET_JDK=arm
|
|
|
|
bash ci_build_global.sh
|
|
|