summaryrefslogtreecommitdiff
path: root/mobicore/common/LogWrapper/Android.mk
blob: b869c2ba2213fc76b051cfd57ff81194cb974a05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# =============================================================================
#
# MobiCore log wrapper to be included by Android components / products
#
# =============================================================================

# This is not a separate module.
# Only for inclusion by other modules.

LOCAL_SHARED_LIBRARIES += liblog

# Enable logging to logcat per default
LOCAL_CFLAGS += -DLOG_ANDROID

LOCAL_C_INCLUDES += $(call my-dir)