From 81173b6895d59ba49fa8d185337aff48bb378afd Mon Sep 17 00:00:00 2001 From: PythonLimited Date: Sat, 20 Apr 2019 11:15:56 +0200 Subject: [PATCH] add missing liblog dependency --- camera/mm-image-codec/qomx_core/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camera/mm-image-codec/qomx_core/Android.mk b/camera/mm-image-codec/qomx_core/Android.mk index ad414c9..5a16793 100644 --- a/camera/mm-image-codec/qomx_core/Android.mk +++ b/camera/mm-image-codec/qomx_core/Android.mk @@ -22,6 +22,6 @@ LOCAL_SRC_FILES := qomx_core.c LOCAL_MODULE := libqomx_core LOCAL_PRELINK_MODULE := false -LOCAL_SHARED_LIBRARIES := libcutils libdl +LOCAL_SHARED_LIBRARIES := libcutils libdl liblog include $(BUILD_SHARED_LIBRARY)