1 To build this within the NDK several things have to be added in the jni
4 - strongswan: The strongSwan sources. This can either be an extracted tarball,
5 or a symlink to the Git repository. To build from the repository the sources
6 have to be prepared first (see HACKING for a list of required tools):
8 ./autogen.sh && ./configure && make && make distclean
10 - openssl: The OpenSSL sources. Since the sources need to be changed to be
11 built on Android (and especially in the NDK), we provide a modified mirror
12 of the official Android OpenSSL version on git.strongswan.org.