First attempt to build jdk16 for android

This commit is contained in:
Duy Tran Khanh 2021-06-04 17:59:51 +07:00 committed by GitHub
parent dab7eafdf4
commit a17db03469
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,4 @@
#!/bin/bash
set -e
if [ "$TARGET_JDK" == "arm" ]
then
git clone --depth 1 https://github.com/PojavLauncherTeam/openjdk-aarch32-jdk8u openjdk
else
git clone --depth 1 https://github.com/PojavLauncherTeam/openjdk-aarch64-jdk8u openjdk
fi
git clone --depth 1 --single-branch jdk16.0.1 https://github.com/openjdk/jdk16u openjdk