summaryrefslogtreecommitdiff
path: root/mobicore/daemon/Daemon/FSD/Android.mk
blob: 8c8f5788453ba2a327cf2cfd06b3a9df371adc63 (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.

FSD_PATH := Daemon/FSD

# Add new folders with header files here
LOCAL_C_INCLUDES += $(LOCAL_PATH)/$(FSD_PATH)/public \
                    $(MOBICORE_PROJECT_PATH)/include/GPD_TEE_Internal_API

# Add new source files here
LOCAL_SRC_FILES += $(FSD_PATH)/FSD.cpp