From: Tobias Brunner Date: Wed, 18 Nov 2015 10:25:29 +0000 (+0100) Subject: android: Optionally build the chapoly plugin X-Git-Tag: 5.5.2dr3~12^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d47adb639de6385af2c9c5ee7f5e86bc79c0d24;p=thirdparty%2Fstrongswan.git android: Optionally build the chapoly plugin --- diff --git a/src/libstrongswan/Android.mk b/src/libstrongswan/Android.mk index 0e8f7f3c8a..ca030368b7 100644 --- a/src/libstrongswan/Android.mk +++ b/src/libstrongswan/Android.mk @@ -64,6 +64,8 @@ LOCAL_SRC_FILES := $(libstrongswan_la_SOURCES) LOCAL_SRC_FILES += $(call add_plugin, aes) +LOCAL_SRC_FILES += $(call add_plugin, chapoly) + LOCAL_SRC_FILES += $(call add_plugin, curl) ifneq ($(call plugin_enabled, curl),) LOCAL_C_INCLUDES += $(libcurl_PATH)