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:16:18 +01:00
parent 2e0b478a01
commit 9d17c1a679
1 changed files with 5 additions and 0 deletions

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)