mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
Add references to liblog
Change-Id: I24180381639fde75c0f1966274638b33bac44315
This commit is contained in:
parent
09604e974d
commit
eacf8f127f
10 changed files with 11 additions and 7 deletions
|
@ -30,6 +30,8 @@
|
|||
#include "SsbSipMfcApi.h"
|
||||
|
||||
#include <utils/Log.h>
|
||||
#include <android/log.h>
|
||||
|
||||
/* #define LOG_NDEBUG 0 */
|
||||
#undef LOG_TAG
|
||||
#define LOG_TAG "MFC_ENC_APP"
|
||||
|
|
|
@ -14,6 +14,7 @@ LOCAL_SHARED_LIBRARIES := \
|
|||
libutils \
|
||||
libcutils \
|
||||
libui \
|
||||
liblog \
|
||||
libdl \
|
||||
libstagefright_foundation
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ LOCAL_ARM_MODE := arm
|
|||
|
||||
LOCAL_STATIC_LIBRARIES := libSEC_OMX_Vdec libsecosal libsecbasecomponent \
|
||||
libseccscapi
|
||||
LOCAL_SHARED_LIBRARIES := libc libdl libcutils libutils libui \
|
||||
LOCAL_SHARED_LIBRARIES := libc libdl libcutils libutils libui liblog \
|
||||
libSEC_OMX_Resourcemanager
|
||||
|
||||
ifeq ($(TARGET_SOC),exynos4x12)
|
||||
|
|
|
@ -30,7 +30,7 @@ LOCAL_ARM_MODE := arm
|
|||
|
||||
LOCAL_STATIC_LIBRARIES := libSEC_OMX_Vdec libsecosal libsecbasecomponent \
|
||||
libseccscapi
|
||||
LOCAL_SHARED_LIBRARIES := libc libdl libcutils libutils libui \
|
||||
LOCAL_SHARED_LIBRARIES := libc libdl libcutils libutils libui liblog \
|
||||
libSEC_OMX_Resourcemanager
|
||||
|
||||
ifeq ($(TARGET_SOC),exynos4x12)
|
||||
|
|
|
@ -30,7 +30,7 @@ LOCAL_ARM_MODE := arm
|
|||
|
||||
LOCAL_STATIC_LIBRARIES := libSEC_OMX_Vdec libsecosal libsecbasecomponent \
|
||||
libseccscapi
|
||||
LOCAL_SHARED_LIBRARIES := libc libdl libcutils libutils libui \
|
||||
LOCAL_SHARED_LIBRARIES := libc libdl libcutils libutils libui liblog \
|
||||
libSEC_OMX_Resourcemanager
|
||||
|
||||
ifeq ($(TARGET_SOC),exynos4x12)
|
||||
|
|
|
@ -25,7 +25,7 @@ LOCAL_ARM_MODE := arm
|
|||
|
||||
LOCAL_STATIC_LIBRARIES := libSEC_OMX_Vdec libsecosal libsecbasecomponent \
|
||||
libseccscapi
|
||||
LOCAL_SHARED_LIBRARIES := libc libdl libcutils libutils libui \
|
||||
LOCAL_SHARED_LIBRARIES := libc libdl libcutils libutils libui liblog \
|
||||
libSEC_OMX_Resourcemanager
|
||||
|
||||
ifeq ($(TARGET_SOC),exynos4x12)
|
||||
|
|
|
@ -25,7 +25,7 @@ LOCAL_ARM_MODE := arm
|
|||
|
||||
LOCAL_STATIC_LIBRARIES := libSEC_OMX_Venc libsecosal libsecbasecomponent \
|
||||
libseccscapi
|
||||
LOCAL_SHARED_LIBRARIES := libc libdl libcutils libutils libui \
|
||||
LOCAL_SHARED_LIBRARIES := libc libdl libcutils libutils libui liblog \
|
||||
libSEC_OMX_Resourcemanager
|
||||
|
||||
ifeq ($(TARGET_SOC),exynos4x12)
|
||||
|
|
|
@ -25,7 +25,7 @@ LOCAL_ARM_MODE := arm
|
|||
|
||||
LOCAL_STATIC_LIBRARIES := libSEC_OMX_Venc libsecosal libsecbasecomponent \
|
||||
libseccscapi
|
||||
LOCAL_SHARED_LIBRARIES := libc libdl libcutils libutils libui \
|
||||
LOCAL_SHARED_LIBRARIES := libc libdl libcutils libutils libui liblog \
|
||||
libSEC_OMX_Resourcemanager
|
||||
|
||||
ifeq ($(TARGET_SOC),exynos4x12)
|
||||
|
|
|
@ -14,7 +14,7 @@ LOCAL_CFLAGS :=
|
|||
LOCAL_ARM_MODE := arm
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := libsecosal libsecbasecomponent
|
||||
LOCAL_SHARED_LIBRARIES := libc libdl libcutils libutils \
|
||||
LOCAL_SHARED_LIBRARIES := libc libdl libcutils libutils liblog \
|
||||
libSEC_OMX_Resourcemanager
|
||||
|
||||
LOCAL_C_INCLUDES := $(SEC_OMX_INC)/khronos \
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
*/
|
||||
|
||||
#include <utils/Log.h>
|
||||
#include <android/log.h>
|
||||
|
||||
#include "SEC_OSAL_Log.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue