mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
add missing liblog dependency
This commit is contained in:
parent
23aa98d660
commit
81173b6895
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue