forked from openkylin/platform_build
Add liblog
Bug: 8580410 Change-Id: Id3c26ff084950f8cbfa87f4425747ee322de7624
This commit is contained in:
parent
fd068148d6
commit
8c431c157d
|
@ -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