add missing liblog dependency

This commit is contained in:
PythonLimited 2019-04-20 11:15:56 +02:00
parent 23aa98d660
commit 81173b6895

View file

@ -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)