summaryrefslogtreecommitdiff
path: root/mobicore/daemon/Daemon/Android.mk
blob: e9873bd57e6b8556091d6f00324048a96076d919 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# =============================================================================
#
# Module: mcDriverDaemon
#
# =============================================================================

# Add new source files here
LOCAL_SRC_FILES += Daemon/MobiCoreDriverDaemon.cpp

# Includes required for the Daemon
LOCAL_C_INCLUDES += $(LOCAL_PATH)/Daemon/public

# Ignore non-reproducible date/time expansions
LOCAL_CFLAGS += -Wno-date-time

# Internal components
include $(LOCAL_PATH)/Daemon/Device/Android.mk
include $(LOCAL_PATH)/Daemon/Server/Android.mk
include $(LOCAL_PATH)/Daemon/FSD/Android.mk