Skip to content

Android build configuration for NDK with Boost and Fost libraries.

Notifications You must be signed in to change notification settings

WFP-BKK/fost-android-ndk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fost-android-ndk

Android build configuration for NDK with Boost and Fost libraries.

To use

Add this repository as a git submodule in your Android project:

git submodule add [email protected]:KayEss/fost-android.git jni/fost-android

Boost version

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.

Application.mk

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

About

Android build configuration for NDK with Boost and Fost libraries.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 100.0%