Starter depends on whack/stroke on Android.

With this change whack and stroke get installed automatically if starter is
enabled.
This commit is contained in:
Tobias Brunner
2012-01-12 19:19:47 +01:00
parent 2e0b478a01
commit 9d17c1a679
+5
View File
@@ -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)