mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-08-03 23:55:58 -04:00
use the jdk9 tree since the dev tree is no more
This commit is contained in:
parent
60f37980aa
commit
f43167fc6a
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
hg clone http://hg.openjdk.java.net/mobile/dev openjdk
|
hg clone http://hg.openjdk.java.net/mobile/jdk9 openjdk
|
||||||
cd openjdk
|
cd openjdk
|
||||||
bash ./get_source.sh
|
bash ./get_source.sh
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
unzip android-ndk-r10e-linux-x86_64.zip
|
unzip -q android-ndk-r10e-linux-x86_64.zip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user