diff --git a/docs/installation/env_requirement.rst b/docs/installation/env_requirement.rst index fce26661e964525b2b76fcc104e42714b1b74894..8f4d491c96351554069abe66f0a6abfd08282a8e 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``