flo: camera: add missing liblog dependency

Change-Id: Ie6bd6fb560b9703f8d1dd8ee4f1233cec8485c59
This commit is contained in:
Artem Borisov 2017-08-25 19:49:13 +03:00
parent e2a07e41b6
commit ce061b3b54
1 changed files with 1 additions and 1 deletions

View File

@ -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 := libcutils libdl liblog
include $(BUILD_SHARED_LIBRARY)