aboutsummaryrefslogtreecommitdiff
path: root/docs/00_introduction.dox
diff options
context:
space:
mode:
authorIsabella Gottardi <isabella.gottardi@arm.com>2019-02-14 12:07:09 +0000
committerIsabella Gottardi <isabella.gottardi@arm.com>2019-02-21 13:49:52 +0000
commitd9f9318cffba4051c4ca0ec2028819962bdc2b1c (patch)
tree47da1e8ef62d3601e098277ce387f837094041a3 /docs/00_introduction.dox
parent92c22285ab74838d3b5eb5b6c94e7554dbae65af (diff)
downloadComputeLibrary-d9f9318cffba4051c4ca0ec2028819962bdc2b1c.tar.gz
COMPMID-1997: Add ACL logo to the documentation and README.md
Change-Id: Iee5be5c6725920ec174fde381ff4efc7be6c2de7 Signed-off-by: Isabella Gottardi <isabella.gottardi@arm.com> Reviewed-on: https://review.mlplatform.org/748 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'docs/00_introduction.dox')
-rw-r--r--docs/00_introduction.dox2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index f6eae146d6..8f74a75403 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -1043,10 +1043,8 @@ Here is a guide to <a href="https://developer.android.com/ndk/guides/standalone_
- Download the NDK r17b from here: https://developer.android.com/ndk/downloads/index.html
- Make sure you have Python 2 installed on your machine.
- Generate the 32 and/or 64 toolchains by running the following commands:
-<!-- Leave 2 blank lines here or the formatting of the commands below gets messed up --!>
-<!-- End of the 2 blank lines --!>
$NDK/build/tools/make_standalone_toolchain.py --arch arm64 --install-dir $MY_TOOLCHAINS/aarch64-linux-android-ndk-r17b --stl libc++ --api 21
$NDK/build/tools/make_standalone_toolchain.py --arch arm --install-dir $MY_TOOLCHAINS/arm-linux-android-ndk-r17b --stl libc++ --api 21