aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/android/README.ndk
blob: 7c8cd309e98a8f1330e668156c44af176cb4076f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
To build this within the NDK several things have to be added in the
app/src/main/jni/ folder:

 - strongswan: The strongSwan sources.  This can either be an extracted tarball,
   or a symlink to the Git repository.  To build from the repository the sources
   have to be prepared first (see HACKING for a list of required tools):

     ./autogen.sh && ./configure && make && make distclean

 - openssl: The OpenSSL sources.  Since the sources need to be changed to be
   built on Android (and especially in the NDK), we provide a modified mirror
   of the official Android OpenSSL version on git.strongswan.org.