From 64deba4143d17cc4e9eaac837d8824ee3694d431 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Felipe=20Barco=20Santa?= Date: Mon, 23 May 2022 12:03:40 -0500 Subject: [PATCH] Corrected typo in documentation for Android building requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andrés Felipe Barco Santa --- docs/root/start/building/building.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/root/start/building/building.rst b/docs/root/start/building/building.rst index 25d488a6cd..e76ae9dc85 100644 --- a/docs/root/start/building/building.rst +++ b/docs/root/start/building/building.rst @@ -48,7 +48,7 @@ For local builds, set ``ANDROID_HOME`` and ``ANDROID_NDK_HOME`` to point to the .. code-block:: bash ANDROID_HOME=$HOME/Library/Android/sdk - ANDROID_SDK_HOME=$HOME/Library/Android/ndk/21.3.6528147 + ANDROID_NDK_HOME=$HOME/Library/Android/ndk/21.3.6528147 See `ci/mac_ci_setup.sh` for the specific NDK version used during builds.