Strongswan Android app imported as gradle project and setup for hacking
Build the strongswan vpn client for Android
- Download the release source package and extract to jni folder
- Fetch android ssl modified by strongswan with static linking
- Install latest ndk tools on your machine
- Build the native parts
- Run the project in Android Studio or using gradlew scripts
cd dir_of_strongswan && ./autogen.sh && ./configure && make dist