aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictoria Lease <violets@google.com>2013-06-27 11:29:31 -0700
committerVictoria Lease <violets@google.com>2013-06-27 11:29:31 -0700
commit858f2d28ac741ef139f74bdbdbcefa7560f17c91 (patch)
tree25c3e55ddfe48e30e599dc4e6d28fb684387e43e
parent6ead70f31aad854e90efaa34547ccf10f8660143 (diff)
downloadharfbuzz-kitkat-cts-dev.tar.gz
FreeType now depends upon libpng and zlib. While I'm adding those dependencies, I might as well also switch libft2 to a shared library... Bug: 9603326 Change-Id: Ibe45c186f0c933fbecebbeffc2d990b4e99d913f
-rw-r--r--Android.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index f11a6ba..969c53d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -53,13 +53,13 @@ LOCAL_SRC_FILES:= \
LOCAL_SHARED_LIBRARIES := \
libcutils \
+ libft2 \
libicuuc \
libicui18n \
+ libpng \
libutils \
- liblog
-
-LOCAL_STATIC_LIBRARIES := \
- libft2
+ liblog \
+ libz
LOCAL_C_INCLUDES += \
$(LOCAL_PATH)/src \