summaryrefslogtreecommitdiffstats
path: root/libs/androidfw
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2013-12-11 16:48:07 +0000
committerAdam Lesinski <adamlesinski@google.com>2014-01-27 10:31:11 -0800
commit90f58dbf79057b185b04c5003c8bcae10116409b (patch)
treed4f9dd2296d1137e57c8452a1e6f77c67150a0d2 /libs/androidfw
parent560566d2915c03bed338fc532ac7f7aa3620cfdf (diff)
downloadframeworks_base-90f58dbf79057b185b04c5003c8bcae10116409b.zip
frameworks_base-90f58dbf79057b185b04c5003c8bcae10116409b.tar.gz
frameworks_base-90f58dbf79057b185b04c5003c8bcae10116409b.tar.bz2
Add libutils dependency for libandroidfw host build.
(cherry picked from commit 070274ec0ccb8643c52e41e4119f356f0f51bc36) Change-Id: I25acff1d36b3adce14b2576485bda93c914d7f5d
Diffstat (limited to 'libs/androidfw')
-rw-r--r--libs/androidfw/Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/androidfw/Android.mk b/libs/androidfw/Android.mk
index ba13d51..d21197e 100644
--- a/libs/androidfw/Android.mk
+++ b/libs/androidfw/Android.mk
@@ -53,8 +53,7 @@ LOCAL_CFLAGS += -DSTATIC_ANDROIDFW_FOR_TOOLS
LOCAL_C_INCLUDES := \
external/zlib
-LOCAL_STATIC_LIBRARIES := liblog
-LOCAL_WHOLE_STATIC_LIBRARIES := libziparchive-host
+LOCAL_STATIC_LIBRARIES := liblog libziparchive-host libutils
include $(BUILD_HOST_STATIC_LIBRARY)