am a6e705ea: am 8c431c15: Add liblog

* commit 'a6e705ea46c764d4abc1ec08a6338a670c89d313':
  Add liblog
This commit is contained in:
Ying Wang 2013-04-09 23:25:31 -07:00 committed by Android Git Automerger
commit 1c2fd2e525
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,8 @@ LOCAL_C_INCLUDES += external/zlib
LOCAL_STATIC_LIBRARIES := \
libutils \
libcutils
libcutils \
liblog
ifeq ($(HOST_OS),linux)
LOCAL_LDLIBS += -lrt
@ -35,4 +36,3 @@ endif # BUILD_HOST_static
LOCAL_MODULE := zipalign
include $(BUILD_HOST_EXECUTABLE)