Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff0d46f5 authored by Dan Albert's avatar Dan Albert Committed by android-build-merger
Browse files

Remove an out of date detail.

am: 931a0a42

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

Change-Id: I38364a2230ce20c204b8abac9595bfdb95c78de1
parents cbd6ce1e 931a0a42
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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
<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,
but you can force the NDK to rebuild {@code libc++} from sources by adding the following line to
your {@code Application.mk} file, or setting it in your environment prior to building: </p>
<p>The NDK provides prebuilt static and shared libraries for {@code libc++}, but you can force the
NDK to rebuild {@code libc++} from sources by adding the following line to your
{@code Application.mk} file, or setting it in your environment prior to building: </p>

<pre>
LIBCXX_FORCE_REBUILD := true