aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-01-12 19:16:18 +0100
committerTobias Brunner <tobias@strongswan.org>2012-01-12 19:19:47 +0100
commit9d17c1a679a83cc5e50d1748d6414bd1d6e4f32c (patch)
tree6ebf484aab92b2c844ccfb27fdd60fb2e2625cc0 /src
parent2e0b478a01cbd5df831e9d963a4e133194fcce12 (diff)
downloadstrongswan-9d17c1a679a83cc5e50d1748d6414bd1d6e4f32c.tar.bz2
strongswan-9d17c1a679a83cc5e50d1748d6414bd1d6e4f32c.tar.xz
Starter depends on whack/stroke on Android.
With this change whack and stroke get installed automatically if starter is enabled.
Diffstat (limited to 'src')
-rw-r--r--src/starter/Android.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/starter/Android.mk b/src/starter/Android.mk
index 1c7a31b9a..a82fe9385 100644
--- a/src/starter/Android.mk
+++ b/src/starter/Android.mk
@@ -36,6 +36,11 @@ LOCAL_ARM_MODE := arm
LOCAL_PRELINK_MODULE := false
+LOCAL_REQUIRED_MODULES := stroke
+ifneq ($(strongswan_BUILD_PLUTO),)
+LOCAL_REQUIRED_MODULES += whack
+endif
+
LOCAL_SHARED_LIBRARIES += libstrongswan libhydra libfreeswan
include $(BUILD_EXECUTABLE)