summaryrefslogtreecommitdiff
path: root/mobicore/daemon/Daemon/Android.mk
blob: 37d977a323ef8aee16c04cc59071cc38aecb5b0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# =============================================================================
#
# 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 \

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