Skip to content

Commit 9016d45

Browse files
committed
Add missing liblog dependency
Bug: http://b/31289077 Bug: http://b/27171986 Test: remove liblog from libcutils and recompile Change-Id: Ie066eb810b37303225ce69a62dd705a9d1469b5d
1 parent 1a62130 commit 9016d45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

camera/QCamera2/stack/mm-camera-test/Android.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ endif
103103
LOCAL_CFLAGS += -Wall -Wextra -Werror
104104

105105
LOCAL_SHARED_LIBRARIES:= \
106-
libcutils libdl libmmcamera_interface
106+
liblog libcutils libdl libmmcamera_interface
107107

108108
LOCAL_MODULE_TAGS := optional
109109

@@ -214,7 +214,7 @@ endif
214214
LOCAL_CFLAGS += -Wall -Wextra -Werror
215215

216216
LOCAL_SHARED_LIBRARIES:= \
217-
libcutils libdl libmmcamera_interface
217+
liblog libcutils libdl libmmcamera_interface
218218

219219
LOCAL_MODULE_TAGS := optional
220220

camera/mm-image-codec/qomx_core/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ LOCAL_SRC_FILES := qomx_core.c
2222

2323
LOCAL_MODULE := libqomx_core
2424
LOCAL_PRELINK_MODULE := false
25-
LOCAL_SHARED_LIBRARIES := libcutils libdl
25+
LOCAL_SHARED_LIBRARIES := liblog libcutils libdl
2626

2727
LOCAL_32_BIT_ONLY := true
2828
include $(BUILD_SHARED_LIBRARY)

0 commit comments

Comments
 (0)