android: Added support to build eap-tnc, tnc-tnccs and tnccs-20 plugins
This commit is contained in:
@@ -186,8 +186,11 @@ endif
|
||||
|
||||
LOCAL_SRC_FILES += $(call add_plugin, eap-peap)
|
||||
|
||||
# adding libtls if any of the three plugins above is enabled
|
||||
ifneq ($(or $(call plugin_enabled, eap-tls), $(call plugin_enabled, eap-ttls), $(call plugin_enabled, eap-peap)),)
|
||||
LOCAL_SRC_FILES += $(call add_plugin, eap-tnc)
|
||||
|
||||
# adding libtls if any of the four plugins above is enabled
|
||||
ifneq ($(or $(call plugin_enabled, eap-tls), $(call plugin_enabled, eap-ttls), \
|
||||
$(call plugin_enabled, eap-peap), $(call plugin_enabled, eap-tnc)),)
|
||||
LOCAL_C_INCLUDES += $(LOCAL_PATH)/../libtls/
|
||||
LOCAL_SRC_FILES += $(addprefix ../libtls/, \
|
||||
tls_protection.c tls_compression.c tls_fragmentation.c tls_alert.c \
|
||||
@@ -207,6 +210,26 @@ ifneq ($(call plugin_enabled, stroke),)
|
||||
LOCAL_C_INCLUDES += $(LOCAL_PATH)/../stroke/
|
||||
endif
|
||||
|
||||
LOCAL_SRC_FILES += $(call add_plugin, tnc-tnccs)
|
||||
|
||||
LOCAL_SRC_FILES += $(call add_plugin, tnccs-20)
|
||||
LOCAL_SRC_FILES += $(call add_plugin_subdirs, tnccs-20, batch messages state_machine)
|
||||
ifneq ($(call plugin_enabled, tnccs-20),)
|
||||
LOCAL_C_INCLUDES += $(LOCAL_PATH)/plugins/tnccs_20/
|
||||
# for tls.h
|
||||
LOCAL_C_INCLUDES += $(LOCAL_PATH)/../libtls/
|
||||
endif
|
||||
|
||||
ifneq ($(or $(call plugin_enabled, eap-tnc), $(call plugin_enabled, tnc-tnccs), \
|
||||
$(call plugin_enabled, tnccs-20)),)
|
||||
LOCAL_C_INCLUDES += $(LOCAL_PATH)/../libtnccs/
|
||||
LOCAL_SHARED_LIBRARIES += libtnccs
|
||||
endif
|
||||
|
||||
ifneq ($(or $(call plugin_enabled, tnc-tnccs), $(call plugin_enabled, tnccs-20)),)
|
||||
LOCAL_C_INCLUDES += $(LOCAL_PATH)/../libtncif/
|
||||
LOCAL_SHARED_LIBRARIES += libtncif
|
||||
endif
|
||||
|
||||
# build libcharon --------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user