mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-08-03 15:46:08 -04:00
23 lines
482 B
Plaintext
23 lines
482 B
Plaintext
Based on http://openjdk.java.net/projects/mobile/android.html
|
|
|
|
Download Android NDK r10e from https://developer.android.com/ndk/downloads/older_releases.html and place it in this directory
|
|
|
|
(Can't automatically download because of EULA)
|
|
|
|
Run in this directory:
|
|
|
|
./extractndk.sh
|
|
./getlibs.sh
|
|
./maketoolchain.sh
|
|
./clonejdk.sh
|
|
./buildlibs.sh
|
|
./buildjdk.sh
|
|
./removejdkdebuginfo.sh
|
|
./tarjdk.sh
|
|
|
|
For x86:
|
|
./maketoolchain_x86.sh
|
|
./reextractlibs_x86.sh
|
|
./buildlibs_x86.sh
|
|
./buildjdk_x86.sh
|