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