mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-08 20:04:09 -04:00
10 lines
134 B
Bash
10 lines
134 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
export TARGET=aarch64-linux-android
|
|
export TARGET_SHORT=arm64
|
|
export TARGET_JDK=aarch64
|
|
|
|
bash ci_build_global.sh
|
|
|