add makejdkwithoutconfigure

This commit is contained in:
Zhuowei Zhang 2019-04-15 16:15:32 -04:00
parent 5d0c00b258
commit 881689ead2

14
makejdkwithoutconfigure.sh Executable file
View 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