khanhduytran0 e19260a23d Use NDK 14
2020-10-19 12:42:16 +07:00
2018-03-10 00:24:36 -05:00
2020-10-19 11:58:39 +07:00
2020-10-19 12:42:16 +07:00
2020-10-19 12:42:16 +07:00
2020-10-19 12:42:16 +07:00
2020-10-19 12:42:16 +07:00
2020-10-19 12:42:16 +07:00
2020-10-18 18:15:12 +07:00
2020-07-20 18:13:39 +07:00
2020-06-29 15:49:04 -07:00
2018-03-10 00:24:36 -05:00
2020-10-19 12:42:16 +07:00
2018-03-10 00:24:36 -05:00
2020-10-19 12:42:16 +07:00
2020-10-19 12:42:16 +07:00
2020-10-18 18:15:12 +07: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
Build and packaging script for building OpenJDK, used for Amethyst
Readme 3.2 MiB
Languages
C 94%
Shell 6%