This commit is contained in:
khanhduytran0 2020-09-28 19:31:54 +07:00
parent d48e01218d
commit fbe31a45f0

View File

@ -5,6 +5,8 @@ export FREETYPE_DIR=`pwd`/freetype-2.6.2/build_android-${TARGET_SHORT}
export CUPS_DIR=`pwd`/cups-2.2.4
cp -R /usr/include/X11 $ANDROID_INCLUDE/
# It isn't good, but need make it build anyways
cp -R $CUPS_DIR/* $ANDROID_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