From 291e43abac4473f4c33205556f58f5c35493affd Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 16 Feb 2015 07:09:25 -0800 Subject: [PATCH] Add Android NDK section --- doc/usage.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/usage.rst b/doc/usage.rst index 600f0572..c59bc84f 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -53,3 +53,13 @@ To build a `shared library`__ set the ``BUILD_SHARED_LIBS`` CMake variable to cmake -DBUILD_SHARED_LIBS=TRUE ... __ http://en.wikipedia.org/wiki/Library_%28computing%29#Shared_libraries + +Android NDK +=========== + +C++ Format provides `Android.mk file`__ that can be used to build the library +with Android NDK. For an example of using C++ Format with Android NDK, see +`android-ndk-example `_ +repository. + +__ https://github.com/cppformat/cppformat/blob/master/Android.mk