aboutsummaryrefslogtreecommitdiff
path: root/BuildGuideAndroidNDK.md
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2023-02-09 16:26:42 +0000
committerNikhil Raj <nikhil.raj@arm.com>2023-02-09 16:38:35 +0000
commitaa4f5833bea14bd92b4429c4659d205a81167486 (patch)
tree7bb0161df3561d209f1ddacdb82907c0df2712e8 /BuildGuideAndroidNDK.md
parent3e4ca882ef070cf1fb2e896d5c3174c27a790269 (diff)
downloadarmnn-aa4f5833bea14bd92b4429c4659d205a81167486.tar.gz
Document updates for 23.02
* Remove the PerformanceChart. png file which is no more used in the Readme * Update release version for pre-built binaries in readme * Remove link to outdated guide in readme * Update example release branch in Android NDK md file Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I8f5cac684f9fa1c9ec5d2ba2286dea5dd47136ca
Diffstat (limited to 'BuildGuideAndroidNDK.md')
-rw-r--r--BuildGuideAndroidNDK.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/BuildGuideAndroidNDK.md b/BuildGuideAndroidNDK.md
index 7cbd4f9fb3..c61a4fe5ee 100644
--- a/BuildGuideAndroidNDK.md
+++ b/BuildGuideAndroidNDK.md
@@ -19,6 +19,7 @@ The instructions show how to build the Arm NN core library.
Building protobuf is optional. We have given steps should the user wish to build it (i.e. as an Onnx dependency).
All downloaded or generated files will be saved inside the `$HOME/armnn-devenv` directory.
+
## Download the Android NDK and make a standalone toolchain
* Download the Android NDK from [the official website](https://developer.android.com/ndk/downloads/index.html):
@@ -132,9 +133,9 @@ git checkout <branch_name>
git pull
```
-For example, if you want to check out the 21.11 release branch:
+For example, if you want to check out the 23.02 release branch:
```bash
-git checkout branches/armnn_21_11
+git checkout branches/armnn_23_02
git pull
```
@@ -150,9 +151,9 @@ git clone https://github.com/ARM-software/ComputeLibrary.git
cd ComputeLibrary
git checkout <tag_name>
```
-For example, if you want to checkout the 21.11 release tag:
+For example, if you want to checkout the 23.02 release tag:
```bash
-git checkout v21.11
+git checkout v23.02
```
Arm NN and Arm Compute Library are developed closely together. If you would like to use a particular release of Arm NN you will need the same release tag of ACL too.