mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-08-03 15:46:08 -04:00
9 lines
135 B
Bash
Executable File
9 lines
135 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
export TARGET=armv7a-linux-androideabi
|
|
export TARGET_JDK=arm
|
|
export JVM_VARIANTS=client
|
|
|
|
bash 2_ci_build_global.sh
|