summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--camera/mm-image-codec/qomx_core/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/camera/mm-image-codec/qomx_core/Android.mk b/camera/mm-image-codec/qomx_core/Android.mk
index 28bea80..2fb73f5 100644
--- a/camera/mm-image-codec/qomx_core/Android.mk
+++ b/camera/mm-image-codec/qomx_core/Android.mk
@@ -21,6 +21,6 @@ LOCAL_C_INCLUDES += $(LOCAL_PATH)/../qexif
LOCAL_SRC_FILES := qomx_core.c
LOCAL_MODULE := libqomx_core
-LOCAL_SHARED_LIBRARIES := libcutils libdl
+LOCAL_SHARED_LIBRARIES := liblog libcutils libdl
include $(BUILD_SHARED_LIBRARY)