19 lines
293 B
ReStructuredText
19 lines
293 B
ReStructuredText
===================
|
|
Android C Plus Plus
|
|
===================
|
|
|
|
|
|
Metadata
|
|
========
|
|
|
|
* C++ 17 support (libc++)
|
|
* LLVM libc++ is the C++ standard library (STL)
|
|
- https://libcxx.llvm.org/
|
|
* libc++_shared.so libc++_static.a
|
|
* MUST be included in the APK (not part of the system libraries)
|
|
|
|
|
|
|
|
|
|
|