File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ First, prepare the cross-compiler from the NDK:
2020 --platform=$NDK_PLATFORM --install-dir=$PLATFORM_PREFIX
2121
2222Then use it to cross-compile the tools:
23- cd libpng-1.6.6 /
23+ cd libpng-1.6.12 /
2424 CFLAGS="-std=gnu99" ./configure --host=arm-linux-androideabi --prefix=/png
2525 make
2626 make install DESTDIR=$(pwd)
2727
28- cd freetype-2.4.10 /
28+ cd freetype-2.5.3 /
2929 CFLAGS="-std=gnu99" ./configure --host=arm-linux-androideabi --prefix=/freetype --without-zlib --without-png --without-harfbuzz
3030 make
3131 make install DESTDIR=$(pwd)
Original file line number Diff line number Diff line change 99
1010LOCAL_PATH := $(call my-dir)
1111SB_HOME := $(LOCAL_PATH ) /../../../..
12- PNG_HOME := $(HOME ) /android-sdk/libpng-1.6.10 /png
12+ PNG_HOME := $(HOME ) /android-sdk/libpng-1.6.12 /png
1313FREETYPE_HOME := $(HOME ) /android-sdk/freetype-2.5.3/freetype
1414
1515include $(CLEAR_VARS )
You can’t perform that action at this time.
0 commit comments