Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c431c15 authored by Ying Wang's avatar Ying Wang
Browse files

Add liblog

Bug: 8580410
Change-Id: Id3c26ff084950f8cbfa87f4425747ee322de7624
parent fd068148
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)