angelauramc-openjdk-build/ci_build_global.sh
2022-08-16 12:26:27 +07:00

28 lines
568 B
Bash
Executable File

#!/bin/bash
set -e
. setdevkitpath.sh
export JDK_DEBUG_LEVEL=release
if [ "$BUILD_IOS" != "1" ]; then
sudo apt update
sudo apt -y install autoconf python unzip zip
wget -nc -nv -O android-ndk-$NDK_VERSION-linux-x86_64.zip "https://dl.google.com/android/repository/android-ndk-$NDK_VERSION-linux-x86_64.zip"
./extractndk.sh
./maketoolchain.sh
else
chmod +x ios-arm64-clang
chmod +x ios-arm64-clang++
chmod +x macos-host-cc
fi
# Some modifies to NDK to fix
./getlibs.sh
./buildlibs.sh
./clonejdk.sh
./buildjdk.sh
./removejdkdebuginfo.sh
./tarjdk.sh