diff options
author | Narayan Kamath <narayan@google.com> | 2013-12-11 16:48:07 +0000 |
---|---|---|
committer | Narayan Kamath <narayan@google.com> | 2013-12-11 16:48:07 +0000 |
commit | 070274ec0ccb8643c52e41e4119f356f0f51bc36 (patch) | |
tree | 18eb61af1da9cc0b4a7440c41f8aef730db48d6a /libs/androidfw | |
parent | d21752dff45c7d8856e63026cfddc303a302df14 (diff) | |
download | frameworks_base-070274ec0ccb8643c52e41e4119f356f0f51bc36.zip frameworks_base-070274ec0ccb8643c52e41e4119f356f0f51bc36.tar.gz frameworks_base-070274ec0ccb8643c52e41e4119f356f0f51bc36.tar.bz2 |
Add libutils dependency for libandroidfw host build.
Change-Id: I7fe0bb466f0b1cdbfef8934da2231ad20f05b648
Diffstat (limited to 'libs/androidfw')
-rw-r--r-- | libs/androidfw/Android.mk | 3 |
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) |