From e2ff842e2b054dbd7cee648e3c5a305fcf2525b2 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 7 Apr 2016 16:58:45 -0700 Subject: [PATCH] Remove an obsolete paragraph. We don't maintain such a list any more, as the tests are now run by the actually libc++ test runner. Furthermore, we don't ship the tests as part of the NDK starting with r11. Change-Id: If8e4496fe446721af1dbbb786a38c4117f060992 --- docs/html/ndk/guides/cpp-support.jd | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/html/ndk/guides/cpp-support.jd b/docs/html/ndk/guides/cpp-support.jd index 445468fde96f6..b340eade5dd16 100644 --- a/docs/html/ndk/guides/cpp-support.jd +++ b/docs/html/ndk/guides/cpp-support.jd @@ -220,11 +220,6 @@ newlocale() WARNING: Trying to set locale to en_US.UTF-8 other than "", "C" or "

We do not recommend using {@code libc++} with GCC 4.6 because of GCC 4.6's limited c++11 support.

-

For information on {@code libc++} tests that fail to compile, {@code black_list*} in -{@code $NDK/tests/device/test-libc++-shared-full/jni/Android.mk}. For information about tests -that fail to run correctly, see {@code $NDK/tests/device/test-libc++-shared-full/BROKEN_RUN}. -{@code $NDK}, here, is the your NDK installation's root directory.

-

Important Considerations