forked from openkylin/platform_build
am a6e705ea: am 8c431c15: Add liblog
* commit 'a6e705ea46c764d4abc1ec08a6338a670c89d313': Add liblog
This commit is contained in:
commit
1c2fd2e525
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue