1# ============================================================================= 2# 3# MobiCore log wrapper to be included by Android components / products 4# 5# ============================================================================= 6 7# This is not a separate module. 8# Only for inclusion by other modules. 9 10LOCAL_SHARED_LIBRARIES += liblog 11 12# Enable logging to logcat per default 13LOCAL_CFLAGS += -DLOG_ANDROID 14 15LOCAL_C_INCLUDES += hardware/samsung_slsi/exynos5/mobicore/common/LogWrapper 16