am 8c431c15: Add liblog

* commit '8c431c157de1fd61df726951e0a08cabb2477bb0':
  Add liblog
This commit is contained in:
Ying Wang 2013-04-09 22:37:04 -07:00 committed by Android Git Automerger
commit a6e705ea46
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)