angelauramc-openjdk-build/ci_build_arch_x86.sh
Boulay Mathias b2217873d7
Feat: Reduce JRE 8 size by around 3 MB (#15)
* Feat: trim .so files

* Build: update ndk version

* workaround, Switch to old strip bins

* Fix:typo
2023-05-04 13:38:31 +03:00

10 lines
197 B
Bash
Executable File

#!/bin/bash
set -e
export TARGET=i686-linux-android
export TARGET_JDK=x86
export NDK_PREBUILT_ARCH=/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/bin/strip
bash ci_build_global.sh