summaryrefslogtreecommitdiff
path: root/mobicore/daemon/Daemon/Server/Android.mk
blob: 3f92d73f99493ae051998f9a7a205a4f8889ac21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# =============================================================================
#
# MC driver server files
#
# =============================================================================

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

SERVER_PATH := Daemon/Server

# Add new folders with header files here
LOCAL_C_INCLUDES += $(LOCAL_PATH)/$(SERVER_PATH)/public

# Add new source files here
LOCAL_SRC_FILES += $(SERVER_PATH)/Server.cpp \
		$(SERVER_PATH)/NetlinkServer.cpp