mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-08 11:50:34 -04:00
First attempt to build jdk16 for android
This commit is contained in:
parent
dab7eafdf4
commit
a17db03469
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user