Skip to content

Commit

Permalink
libstagefrighthw: Include liblog
Browse files Browse the repository at this point in the history
Change-Id: Ie1da4a87d61fff7268d554c9e4a70a2a5abc44a2
(cherry picked from commit b3778da)
  • Loading branch information
deadman96385 authored and Stricted committed Oct 6, 2018
1 parent 3e94b54 commit b6e826f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libsrp/alp/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ LOCAL_ARM_MODE := arm

LOCAL_STATIC_LIBRARIES :=

LOCAL_SHARED_LIBRARIES :=
LOCAL_SHARED_LIBRARIES := liblog libbase

include $(BUILD_STATIC_LIBRARY)
2 changes: 1 addition & 1 deletion libsrp/alp/dec/srp_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

#define LOG_NDEBUG 1
#define LOG_TAG "libsrpapi"
#include <utils/Log.h>
#include <utils/log.h>

static struct srp_buf_info ibuf_info;
static struct srp_buf_info obuf_info;
Expand Down
1 change: 1 addition & 0 deletions libstagefrighthw/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ LOCAL_SHARED_LIBRARIES := \
libcutils \
libui \
libdl \
liblog \
libstagefright_foundation

LOCAL_MODULE := libstagefrighthw
Expand Down
2 changes: 2 additions & 0 deletions libstagefrighthw/Exynos_OMX_Plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

#include <dlfcn.h>

#include <android/log.h>

#include <media/hardware/HardwareAPI.h>
#include <media/stagefright/foundation/ADebug.h>

Expand Down

0 comments on commit b6e826f

Please sign in to comment.