aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiCong Li <sicong.li@arm.com>2022-05-19 18:43:33 +0100
committerSiCong Li <sicong.li@arm.com>2022-05-31 14:16:46 +0000
commit56c3ca833c1357e8f80eed21d37f3742c1bf1f47 (patch)
tree1a764cebf6005dacdd0ac8a2e52dbdb8ebd9f058
parentf28abef4b1364d1e9e4f966703179a46bd85fa97 (diff)
downloadComputeLibrary-56c3ca833c1357e8f80eed21d37f3742c1bf1f47.tar.gz
Add missing new-line to doxygen documentation
Resolves COMPMID-5352 Signed-off-by: SiCong Li <sicong.li@arm.com> Change-Id: Ia0ae55ff98993bdbde9033189b2414305abf8b31 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/7681 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Pablo Marquez Tello <pablo.tello@arm.com>
-rw-r--r--docs/user_guide/how_to_build_and_run_examples.dox1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/user_guide/how_to_build_and_run_examples.dox b/docs/user_guide/how_to_build_and_run_examples.dox
index f2f88c9b32..ea71f6345e 100644
--- a/docs/user_guide/how_to_build_and_run_examples.dox
+++ b/docs/user_guide/how_to_build_and_run_examples.dox
@@ -387,6 +387,7 @@ For NDK r18 or older, here is a guide to <a href="https://developer.android.com/
- Generate the 32 and/or 64 toolchains by running the following commands to your toolchain directory $MY_TOOLCHAINS:
$NDK/build/tools/make_standalone_toolchain.py --arch arm64 --install-dir $MY_TOOLCHAINS/aarch64-linux-android-ndk-r18b --stl libc++ --api 21
+
$NDK/build/tools/make_standalone_toolchain.py --arch arm --install-dir $MY_TOOLCHAINS/arm-linux-android-ndk-r18b --stl libc++ --api 21
For NDK r19 or newer, you can directly <a href="https://developer.android.com/ndk/downloads">Download</a> the NDK package for your development platform, without the need to launch the make_standalone_toolchain.py script. You can find all the prebuilt binaries inside $NDK/toolchains/llvm/prebuilt/$OS_ARCH/bin/.