| commit | 2612b05625377f90c540969fd49d00ca1fd6f088 | [log] [tgz] |
|---|---|---|
| author | Dimitry Ivanov <dimitry@google.com> | Tue Feb 16 18:32:03 2016 +0000 |
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 16 18:32:04 2016 +0000 |
| tree | 935c39bc4023977d660580ac2438972376d15f11 | |
| parent | d5c727fff96ab8bc56255847ce20ed17a8980c9d [diff] | |
| parent | 81a78934a9b2291ae743d99e1188c03dfcd7821e [diff] |
Merge "Add missing liblog dependency"
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_SRC_FILES := qomx_core.c LOCAL_MODULE := libqomx_core -LOCAL_SHARED_LIBRARIES := libcutils libdl +LOCAL_SHARED_LIBRARIES := liblog libcutils libdl include $(BUILD_SHARED_LIBRARY)