Skip to content

Commit 862a027

Browse files
committed
ANDROID: update support libs
1 parent e1698b1 commit 862a027

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ First, prepare the cross-compiler from the NDK:
2020
--platform=$NDK_PLATFORM --install-dir=$PLATFORM_PREFIX
2121

2222
Then 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)

src/platform/android/jni/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
LOCAL_PATH := $(call my-dir)
1111
SB_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
1313
FREETYPE_HOME := $(HOME)/android-sdk/freetype-2.5.3/freetype
1414

1515
include $(CLEAR_VARS)

0 commit comments

Comments
 (0)