Enable the stroke plugin on Android.

This commit is contained in:
Tobias Brunner
2011-10-11 16:30:20 +02:00
parent 2421ac9e98
commit 635724f6ab
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -147,6 +147,12 @@ LOCAL_SRC_FILES += $(call add_plugin, socket-default)
LOCAL_SRC_FILES += $(call add_plugin, socket-dynamic)
LOCAL_SRC_FILES += $(call add_plugin, stroke)
ifneq ($(call plugin_enabled, stroke),)
LOCAL_C_INCLUDES += $(LOCAL_PATH)/../stroke/
endif
# build libcharon --------------------------------------------------------------
LOCAL_C_INCLUDES += \