1# =============================================================================
2#
3# Module: mcDriverDaemon
4#
5# =============================================================================
6
7# Add new source files here
8LOCAL_SRC_FILES += Daemon/MobiCoreDriverDaemon.cpp
9
10# Includes required for the Daemon
11LOCAL_C_INCLUDES += $(LOCAL_PATH)/Daemon/public \
12
13# Internal components
14include $(LOCAL_PATH)/Daemon/Device/Android.mk
15include $(LOCAL_PATH)/Daemon/Server/Android.mk
16