Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Corrected NDK typo in documentation for Android building requirements #2313

Merged
merged 1 commit into from
May 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/root/start/building/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down