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

Commit d8b26d6c authored by Ying Wang's avatar Ying Wang Committed by Android (Google) Code Review
Browse files

Merge "Add liblog" into jb-mr2-dev

parents 07c6fa12 d6858942
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ LOCAL_SRC_FILES:= \
LOCAL_SHARED_LIBRARIES := \
	libcutils \
	libutils \
	liblog \
	libbinder \
	libandroid_runtime

@@ -27,6 +28,7 @@ LOCAL_SRC_FILES:= \
LOCAL_SHARED_LIBRARIES := \
	libcutils \
	libutils \
	liblog \
	libbinder \
	libandroid_runtime

+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ LOCAL_CFLAGS += -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES

LOCAL_SHARED_LIBRARIES := \
	libcutils \
	liblog \
	libandroidfw \
	libutils \
	libbinder \
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,8 @@ LOCAL_SRC_FILES:= \
LOCAL_SHARED_LIBRARIES := \
	libutils \
	libbinder \
	libsystem_server 
	libsystem_server \
	liblog

LOCAL_C_INCLUDES := \
	$(JNI_H_INCLUDE)
@@ -17,4 +18,3 @@ LOCAL_MODULE:= system_server
include $(BUILD_EXECUTABLE)

include $(LOCAL_PATH)/library/Android.mk
+3 −2
Original line number Diff line number Diff line
@@ -19,7 +19,8 @@ LOCAL_SHARED_LIBRARIES := \
	libinput \
	libutils \
	libbinder \
	libcutils
	libcutils \
	liblog

LOCAL_MODULE:= libsystem_server

+1 −0
Original line number Diff line number Diff line
@@ -179,6 +179,7 @@ LOCAL_SHARED_LIBRARIES := \
	libandroidfw \
	libexpat \
	libnativehelper \
	liblog \
	libcutils \
	libutils \
	libbinder \
Loading