Update buildjdk.sh

This commit is contained in:
Tran Khanh Duy 2020-09-28 17:01:54 +07:00 committed by GitHub
parent 0e8b5faaa8
commit 3fe06d3800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,8 @@ set -e
export FREETYPE_DIR=`pwd`/freetype-2.6.2/build_android-${TARGET_SHORT}
export CUPS_DIR=`pwd`/cups-2.2.4
export CFLAGS+="-I$CUPS_DIR"
export CXXFLAGS+="-I$CUPS_DIR"
export CFLAGS+="-I$CUPS_DIR -I/usr/include"
export CXXFLAGS+="-I$CUPS_DIR -I/usr/include"
# 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