diff --git a/buildlibs.sh b/buildlibs.sh index e426276..fba98e6 100755 --- a/buildlibs.sh +++ b/buildlibs.sh @@ -14,3 +14,13 @@ cd freetype-2.6.2 --with-harfbuzz=no make -j4 make install + +cd .. +echo "Building CUPS" + +cd cups-2.2.4 +./configure \ + --host=aarch64-linux-android \ + --prefix=`pwd`/build_android-aarch64 +make -j4 +make install