use the jdk9 tree since the dev tree is no more

This commit is contained in:
Zhuowei Zhang 2020-01-18 22:33:19 -05:00
parent 60f37980aa
commit f43167fc6a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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