我正在为android&编译log4cplus库它需要c ++运行时STL库。按照
https://github.com/log4cplus/log4cplus/blob/master/android/android.toolchain.cmake
行号:835-837如下:
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}\".
它不支持c ++ _ shared& c ++ _静态运行时库,如何在log4cplus for Android中添加这两个库支持?