mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-08-03 07:35:59 -04:00

* Feat: trim .so files * Build: update ndk version * workaround, Switch to old strip bins * Fix:typo
10 lines
221 B
Bash
Executable File
10 lines
221 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
export TARGET=arm-linux-androideabi
|
|
export TARGET_JDK=arm
|
|
export NDK_PREBUILT_ARCH=/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/bin/strip
|
|
|
|
bash ci_build_global.sh
|
|
|