]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Optionally build the chapoly plugin
authorTobias Brunner <tobias@strongswan.org>
Wed, 18 Nov 2015 10:25:29 +0000 (11:25 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 8 Dec 2016 15:43:50 +0000 (16:43 +0100)
src/libstrongswan/Android.mk

index 0e8f7f3c8ae458658dbffad4057eccbbdc3ff26e..ca030368b7d3a5423702330d8fda666bb293e142 100644 (file)
@@ -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)