Update buildjdk.sh

This commit is contained in:
Tran Khanh Duy 2020-09-13 19:44:44 +07:00 committed by GitHub
parent 639a628e08
commit 8ed12e34c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,9 +4,6 @@ set -e
export FREETYPE_DIR=`pwd`/freetype-2.6.2/build_android-aarch64 export FREETYPE_DIR=`pwd`/freetype-2.6.2/build_android-aarch64
export CUPS_DIR=`pwd`/cups-2.2.4 export CUPS_DIR=`pwd`/cups-2.2.4
mkdir $CUPS_DIR
# My system's JDK is too old (7.0), so we add an Oracle boot JDK. # My system's JDK is too old (7.0), so we add an Oracle boot JDK.
# Set "USE_SYSTEM_JDK_8=1" to use system jdk instead # Set "USE_SYSTEM_JDK_8=1" to use system jdk instead
if [ -z "$USE_SYSTEM_JDK_8" ] if [ -z "$USE_SYSTEM_JDK_8" ]