mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-08-03 23:55:58 -04:00
8 lines
172 B
Bash
Executable File
8 lines
172 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
hg clone http://hg.openjdk.java.net/mobile/jdk9 openjdk
|
|
cd openjdk
|
|
bash ./get_source.sh
|
|
hg import ../termux-openjdk-aarch64-patches/*.patch --no-commit
|
|
|