[ci] Install openjdk17 for android build

This commit is contained in:
deal 2022-01-28 14:53:36 +08:00 committed by GitHub
parent 931da84bc3
commit 359d0c04ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,13 @@ CURL="curl --retry 999 --retry-max-time 0"
function install_android_sdk()
{
# the since openjdk is free, refer to: https://openjdk.java.net/
# download page: https://jdk.java.net/17/
echo "Installing openjdk17 ..."
curl https://download.java.net/java/GA/jdk17.0.2/dfd4a8d0985749f896bed50d7138ee7f/8/GPL/openjdk-17.0.2_linux-x64_bin.tar.gz -o ./openjdk-17.0.2_linux-x64_bin.tar.gz
tar xzvf openjdk-17.0.2_linux-x64_bin.tar.gz
export JAVA_HOME=`pwd`/jdk-17.0.2
echo "Installing android ndk ..."
# sudo curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
# sudo python get-pip.py