summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitry Ivanov <dimitry@google.com>2016-02-16 10:23:03 -0800
committerDimitry Ivanov <dimitry@google.com>2016-02-16 10:23:03 -0800
commit81a78934a9b2291ae743d99e1188c03dfcd7821e (patch)
tree935c39bc4023977d660580ac2438972376d15f11
parentd5c727fff96ab8bc56255847ce20ed17a8980c9d (diff)
downloadhammerhead-81a78934a9b2291ae743d99e1188c03dfcd7821e.tar.gz
Add missing liblog dependency
Bug: http://b/27171986 Change-Id: I70df341668d3548d0e93f6b222dfd00f37ff4db8
-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)