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