i am compiling log4cplus library for android & it needs c++ runtime STL library. as per
https://github.com/log4cplus/log4cplus/blob/master/android/android.toolchain.cmake
line number: 835-837 are as follow:
if( BUILD_WITH_ANDROID_NDK )
if( NOT "${ANDROID_STL}" MATCHES "^(none|system|system_re|gabi\\+\\+_static|gabi\\+\\+_shared|stlport_static|stlport_shared|gnustl_static|gnustl_shared)$")
message( FATAL_ERROR "ANDROID_STL is set to invalid value \"${ANDROID_STL}\".
it is not supporting c++_shared & c++_static runtime library, How to add these two library Support in log4cplus for Android?