mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-08 11:50:34 -04:00
Update clonejdk.sh
This commit is contained in:
parent
617b92ba53
commit
1a3e7a0e4a
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
# set -e
|
||||
hg clone http://hg.openjdk.java.net/mobile/jdk9 openjdk
|
||||
cd openjdk
|
||||
bash ./get_source.sh
|
||||
@ -7,10 +7,13 @@ bash ./get_source.sh
|
||||
cd hotspot
|
||||
hg import ../../termux-openjdk-aarch64-patches/hotspot/*.patch --no-commit
|
||||
|
||||
# print debug
|
||||
cat src/os_cpu/linux_aarch64/vm/threadLS_linux_aarch64.s.rej
|
||||
exit 255
|
||||
|
||||
cd ..
|
||||
cd jdk
|
||||
hg import ../../termux-openjdk-aarch64-patches/jdk/*.patch --no-commit
|
||||
|
||||
cd ..
|
||||
hg import ../termux-openjdk-aarch64-patches/*.patch --no-commit
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user