Remove an out of date detail.

am: 931a0a4

* commit '931a0a4215a47a95349ff27091658b6a8fdbe85b':
  Remove an out of date detail.

Change-Id: I38364a2230ce20c204b8abac9595bfdb95c78de1
This commit is contained in:
Dan Albert
2016-04-08 00:50:50 +00:00
committed by android-build-merger

View File

@@ -178,9 +178,9 @@ shared library file is named {@code libc++_shared.so}.</p>
need to explicitly turn on exceptions or RTTI support. For information on how to do this, see need to explicitly turn on exceptions or RTTI support. For information on how to do this, see
<a href="#xp">C++ Exceptions</a> and <a href="#rt">RTTI</a>.</p> <a href="#xp">C++ Exceptions</a> and <a href="#rt">RTTI</a>.</p>
<p>The NDK provides prebuilt static and shared libraries for {@code libc++} compiled by Clang 3.4, <p>The NDK provides prebuilt static and shared libraries for {@code libc++}, but you can force the
but you can force the NDK to rebuild {@code libc++} from sources by adding the following line to NDK to rebuild {@code libc++} from sources by adding the following line to your
your {@code Application.mk} file, or setting it in your environment prior to building: </p> {@code Application.mk} file, or setting it in your environment prior to building: </p>
<pre> <pre>
LIBCXX_FORCE_REBUILD := true LIBCXX_FORCE_REBUILD := true