Update buildjdk.sh

This commit is contained in:
Tran Khanh Duy 2020-09-29 06:19:14 +07:00 committed by GitHub
parent d4ae1f6010
commit 85729c9a9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ set -e
export FREETYPE_DIR=`pwd`/freetype-2.6.2/build_android-${TARGET_SHORT}
export CUPS_DIR=`pwd`/cups-2.2.4
export CPPFLAGS+=-I$FREETYPE_DIR -I$CUPS_DIR
export CPPFLAGS+="-I$FREETYPE_DIR -I$CUPS_DIR"
cp -R /usr/include/X11 $ANDROID_INCLUDE/
# It isn't good, but need make it build anyways