1include(Platform/Android-GNU) 2__android_compiler_gnu(CXX) 3if(_ANDROID_STL_NOSTDLIBXX) 4 string(APPEND CMAKE_CXX_STANDARD_LIBRARIES " -nodefaultlibs -lgcc -lc -lm -ldl") 5endif() 6