mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-13 14:15:44 -04:00
First attempt to build jdk16 for android
This commit is contained in:
parent
dab7eafdf4
commit
a17db03469
@ -1,8 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
if [ "$TARGET_JDK" == "arm" ]
|
|
||||||
then
|
git clone --depth 1 --single-branch jdk16.0.1 https://github.com/openjdk/jdk16u openjdk
|
||||||
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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user