File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
QCamera2/stack/mm-camera-test Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ endif
103103LOCAL_CFLAGS += -Wall -Wextra -Werror
104104
105105LOCAL_SHARED_LIBRARIES: = \
106- libcutils libdl libmmcamera_interface
106+ liblog libcutils libdl libmmcamera_interface
107107
108108LOCAL_MODULE_TAGS := optional
109109
@@ -214,7 +214,7 @@ endif
214214LOCAL_CFLAGS += -Wall -Wextra -Werror
215215
216216LOCAL_SHARED_LIBRARIES: = \
217- libcutils libdl libmmcamera_interface
217+ liblog libcutils libdl libmmcamera_interface
218218
219219LOCAL_MODULE_TAGS := optional
220220
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ LOCAL_SRC_FILES := qomx_core.c
2222
2323LOCAL_MODULE := libqomx_core
2424LOCAL_PRELINK_MODULE := false
25- LOCAL_SHARED_LIBRARIES := libcutils libdl
25+ LOCAL_SHARED_LIBRARIES := liblog libcutils libdl
2626
2727LOCAL_32_BIT_ONLY := true
2828include $(BUILD_SHARED_LIBRARY )
You can’t perform that action at this time.
0 commit comments