aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Mansson <tony.mansson@linaro.org>2011-12-05 00:20:11 +0100
committerTony Mansson <tony.mansson@linaro.org>2011-12-05 00:20:11 +0100
commite9e21ac662d26a0fd8efcd4c0fef78ccd5845563 (patch)
tree4e05b61382af78dbdd4f42199dc318251735b201
parent441031dadc4f5e8c1487468229781702bc08fb14 (diff)
downloadrecovery-e9e21ac662d26a0fd8efcd4c0fef78ccd5845563.tar.gz
recovery: update interfaces to libpng 1.5.7 beta 01
Libpng 1.5.7 beta 01 is integrated, where some interfaces are changed and some structures are not visible to libpng clients any more. The structure information can be retrieved through specific interfaces. libpng.a needs to be linked with libm.a. libm must come after libpng for older linkers to work.
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 282862fc..7abac0f0 100644
--- a/Android.mk
+++ b/Android.mk
@@ -40,7 +40,7 @@ else
endif
LOCAL_STATIC_LIBRARIES += libext4_utils libz
LOCAL_STATIC_LIBRARIES += libminzip libunz libmtdutils libmincrypt
-LOCAL_STATIC_LIBRARIES += libminui libpixelflinger_static libpng libcutils
+LOCAL_STATIC_LIBRARIES += libminui libpixelflinger_static libpng libcutils libm
LOCAL_STATIC_LIBRARIES += libstdc++ libc
LOCAL_C_INCLUDES += system/extras/ext4_utils