Commit 1a872b2f authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #11651 from vladkraievskiy:master

parents 1822e85f 90ba69a4
......@@ -157,7 +157,7 @@
# Silently degrades to gnustl_static if not available.
# c++_static -> Use the LLVM libc++ runtime as a static library.
# Implies -frtti -fexceptions.
# c++_shared -> Use the LLVM libc++ runtime as a static library.
# c++_shared -> Use the LLVM libc++ runtime as a shared library.
# Implies -frtti -fno-exceptions.
#
# ANDROID_STL_FORCE_FEATURES=ON - turn rtti and exceptions support based on
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment