Properly disable starter and pluto in top Android.mk.

This commit is contained in:
Tobias Brunner
2011-11-09 17:35:59 +01:00
parent 99246a4fc2
commit fe11d4bd64
+2 -2
View 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)