mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-08-03 07:35:59 -04:00
9 lines
106 B
Bash
Executable File
9 lines
106 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
export TARGET=x86_64-linux-android
|
|
export TARGET_JDK=x86_64
|
|
|
|
bash ci_build_global.sh
|
|
|