Android build configuration for NDK with Boost and Fost libraries.
Add this repository as a git submodule in your Android project:
git submodule add [email protected]:KayEss/fost-android.git jni/fost-android
The version of Boost is 1.56. To change it do something like this:
git submodule foreach "git checkout boost-1.55.0 || echo Not boost"
As the libraries are refactored you may find that different Boost libraries are needed though.
A sample application configuration:
APP_ABI := armeabi-v7a armeabi x86 # crypto++ won't build for mips
APP_PLATFORM := android-8
APP_STL := gnustl_shared
APP_CPPFLAGS += -fexceptions -frtti