aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index c68d62a..f11a6ba 100644
--- a/Android.mk
+++ b/Android.mk
@@ -55,7 +55,8 @@ LOCAL_SHARED_LIBRARIES := \
libcutils \
libicuuc \
libicui18n \
- libutils
+ libutils \
+ liblog
LOCAL_STATIC_LIBRARIES := \
libft2
@@ -77,4 +78,3 @@ LOCAL_MODULE:= libharfbuzz
include $(BUILD_SHARED_LIBRARY)
-