]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Properly disable starter and pluto in top Android.mk.
authorTobias Brunner <tobias@strongswan.org>
Wed, 9 Nov 2011 16:35:13 +0000 (17:35 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 9 Nov 2011 16:35:59 +0000 (17:35 +0100)
Android.mk.in

index 2ffbe07e681cefd6edab9310c20a0a5e17c76522..c110bc67347444137550f3c858d65485f5e00936 100644 (file)
@@ -2,10 +2,10 @@ LOCAL_PATH := $(call my-dir)
 include $(CLEAR_VARS)
 
 # whether starter is built.  allows to control the daemons from the command line
-strongswan_BUILD_STARTER := false
+# strongswan_BUILD_STARTER := true
 
 # whether pluto (IKEv1 daemon) is built.  charon (IKEv2) is always enabled
-strongswan_BUILD_PLUTO := false
+# strongswan_BUILD_PLUTO := true
 
 # this is the list of plugins that are built into libstrongswan and charon
 # also these plugins are loaded by default (if not changed in strongswan.conf)