aboutsummaryrefslogtreecommitdiff
path: root/BuildGuideAndroidNDK.md
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2021-05-12 11:13:41 +0100
committerNarumol Prangnawarat <narumol.prangnawarat@arm.com>2021-05-12 11:49:17 +0000
commitdcfb8d9ec35ed30f3f3349d07f6720bceef8dc1f (patch)
tree22e4f88de3f3ba105332faf51f89bbd9a2fe8a20 /BuildGuideAndroidNDK.md
parent1c3bb27cc7df12365cd3df7fd9e6841e22bc9ae7 (diff)
downloadarmnn-dcfb8d9ec35ed30f3f3349d07f6720bceef8dc1f.tar.gz
IVGCVSW-5622 Update cross compiling guide with note on the debian versions on host and target
* Update android NDK guide to checkout ACL tag * Update cross-compiling guide with deprecated tools information Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I1a2340003ac836a385a5ad73c5949c283e7aea84
Diffstat (limited to 'BuildGuideAndroidNDK.md')
-rw-r--r--BuildGuideAndroidNDK.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/BuildGuideAndroidNDK.md b/BuildGuideAndroidNDK.md
index 7257a5bdc3..b386fa810e 100644
--- a/BuildGuideAndroidNDK.md
+++ b/BuildGuideAndroidNDK.md
@@ -73,13 +73,11 @@ git clone https://github.com/ARM-software/ComputeLibrary.git
* Checkout ComputeLibrary branch:
```bash
cd ComputeLibrary
-git checkout <branch_name>
-git pull
+git checkout <tag_name>
```
-For example, if you want to checkout release branch of 20.02:
+For example, if you want to checkout release tag of 21.02:
```bash
-git checkout branches/arm_compute_20_02
-git pull
+git checkout v21.02
```
* Build:
@@ -144,9 +142,9 @@ git checkout <branch_name>
git pull
```
-For example, if you want to checkout release branch of 20.02:
+For example, if you want to checkout release branch of 21.02:
```bash
-git checkout branches/armnn_20_02
+git checkout branches/armnn_21_02
git pull
```