mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-17 08:04:58 -04:00
Based on http://openjdk.java.net/projects/mobile/android.html
Download Android NDK r14 from https://developer.android.com/ndk/downloads/older_releases.html and place it in this directory
(Can't automatically download because of EULA)
Building
Environment variables
Architectures | |||||||
---|---|---|---|---|---|---|---|
Env var | TARGET | TARGET_JDK | |||||
armv8/aarch64 | aarch64-linux-android | aarch64 | |||||
armv7/aarch32 | arm-linux-androideabi | arm | |||||
x86/i686 | i686-linux-android | x86 | |||||
x86_64/amd64 | x86_64-linux-android | x86_64 |
Run in this directory:
bash ci_build_global.sh
Description
Languages
C
94%
Shell
6%