Skip to content

Commit 1050949

Browse files
committed
Initial commit
1 parent 4e5f8e4 commit 1050949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release_build_files/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Directories | Contents
4747
include | C++ headers
4848
frameworks/ios/ARCH | iOS frameworks (compiled against libc++)<br>A multi-architecture framework is<br>provided in the *universal* directory.
4949
libs/ios/ARCH | iOS static libraries (compiled against<br>libc++)<br>Multi-architecture libraries are<br/>provided in the *universal* directory.
50-
libs/android/ARCH/STL | Android (GCC 4.8+ compatible) static<br>libraries for each architecture and STL variant.<br>_STL variants available:_<br><ul><li>`c++`: LLVM libc++ runtime (recommended)</li><li>`gnustl`: GNU STL</li><li>`stlport`: STLport runtime</li></ul><br>More information can be found in the<br>[NDK C++ Helper Runtimes](https://developer.android.com/ndk/guides/cpp-support.html#runtimes) documentation.
50+
libs/android/ARCH/STL | Android (GCC 4.8+ compatible) static<br>libraries for each architecture and STL variant.<br>_STL variants available:_<br><ul><li>`c++`: LLVM libc++ runtime (recommended)</li><li>`gnustl`: GNU STL (deprecated)</li></ul><br>More information can be found in the<br>[NDK C++ Helper Runtimes](https://developer.android.com/ndk/guides/cpp-support.html#runtimes) documentation.
5151
*Desktop Implementations* |
5252
libs/darwin | OS X static libraries (desktop or stub implementations, compiled against libc++)
5353
frameworks/darwin | OS X frameworks (desktop or stub implementations, compiled against libc++)

0 commit comments

Comments
 (0)