mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-10 20:55:35 -04:00
add makejdkwithoutconfigure
This commit is contained in:
parent
5d0c00b258
commit
881689ead2
14
makejdkwithoutconfigure.sh
Executable file
14
makejdkwithoutconfigure.sh
Executable file
@ -0,0 +1,14 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# duplicate of buildjdk.sh that avoids reconfiguring. Used for making changes to openjdk code.
|
||||||
|
|
||||||
|
set -e
|
||||||
|
. setdevkitpath.sh
|
||||||
|
export FREETYPE_DIR=`pwd`/freetype-2.6.2/build_android-arm
|
||||||
|
export CUPS_DIR=`pwd`/cups-2.2.4
|
||||||
|
|
||||||
|
# My system's JDK is too old (7.0), so we add an Oracle boot JDK.
|
||||||
|
export PATH=`pwd`/jdk-9.0.4/bin:$PATH
|
||||||
|
|
||||||
|
cd openjdk
|
||||||
|
cd build/android-arm-normal-server-release
|
||||||
|
make JOBS=4 images
|
Loading…
x
Reference in New Issue
Block a user