From c695f391aa8a9be5823191f23dbe5b7f81965715 Mon Sep 17 00:00:00 2001 From: yejianwu Date: Wed, 1 Aug 2018 18:04:30 +0800 Subject: [PATCH] update libc++ support docs --- docs/installation/env_requirement.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/env_requirement.rst b/docs/installation/env_requirement.rst index fce26661..8f4d491c 100644 --- a/docs/installation/env_requirement.rst +++ b/docs/installation/env_requirement.rst @@ -65,4 +65,4 @@ Optional dependencies .. note:: - For Android build, `ANDROID_NDK_HOME` must be confifigured by using ``export ANDROID_NDK_HOME=/path/to/ndk`` - - It will link ``libc++`` instead of ``libgnustl`` if NDK version not less than ``17`` + - It will link ``libc++`` instead of ``libgnustl`` if ``NDK version >= r17b`` and ``bazel version >= 0.13.0`` -- GitLab