From 931a0a4215a47a95349ff27091658b6a8fdbe85b Mon Sep 17 00:00:00 2001
From: Dan Albert
Date: Thu, 7 Apr 2016 16:55:02 -0700
Subject: [PATCH] Remove an out of date detail.
There's only one clang in the NDK so the specificity doesn't help.
Change-Id: I3fade991562c8a0c02e202ebea4a8b09d0744e2d
---
docs/html/ndk/guides/cpp-support.jd | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/html/ndk/guides/cpp-support.jd b/docs/html/ndk/guides/cpp-support.jd
index f8beedc13d83a..445468fde96f6 100644
--- a/docs/html/ndk/guides/cpp-support.jd
+++ b/docs/html/ndk/guides/cpp-support.jd
@@ -178,9 +178,9 @@ shared library file is named {@code libc++_shared.so}.
need to explicitly turn on exceptions or RTTI support. For information on how to do this, see
C++ Exceptions and RTTI.
-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:
+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:
LIBCXX_FORCE_REBUILD := true