android_mt6572_jiabo/ndk/sources/cxx-stl/gnu-libstdc++
2025-09-05 16:56:03 +08:00
..
.gitignore first commit 2025-09-05 16:56:03 +08:00
Android.mk first commit 2025-09-05 16:56:03 +08:00
build-gnu-libstdc++.sh first commit 2025-09-05 16:56:03 +08:00
build.py first commit 2025-09-05 16:56:03 +08:00
README first commit 2025-09-05 16:56:03 +08:00

This directory contains the headers and prebuilt binaries for the
GNU libstdc++-v3 C++ Standard Template Library implementation.

These are generated from the toolchain sources by build.py in this directory.

To use it, define APP_STL to 'gnustl_static' in your Application.mk.
See docs/CPLUSPLUS-SUPPORT.html for more details.

This implementation fully supports C++ exceptions and RTTI.