aboutsummaryrefslogtreecommitdiff
path: root/BuildGuideAndroidNDK.md
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2021-11-08 15:56:47 +0000
committerTeresaARM <teresa.charlinreyes@arm.com>2021-11-08 17:15:49 +0000
commitf8fb46df602c72d62defe82e3283b33f9eeccdd3 (patch)
tree744517a7e88cf6d120ec9fa9377b0224db661978 /BuildGuideAndroidNDK.md
parentc837f1e0c4b000d8ebb710cdc1a4ddb12cf8af12 (diff)
downloadarmnn-f8fb46df602c72d62defe82e3283b33f9eeccdd3.tar.gz
Update .md files to reflect Ubuntu version change used for testing
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I9b5407a2d6fc27df2c448a4f6a6b862d2175022c
Diffstat (limited to 'BuildGuideAndroidNDK.md')
-rw-r--r--BuildGuideAndroidNDK.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildGuideAndroidNDK.md b/BuildGuideAndroidNDK.md
index 3dd96b8a78..3408ec1326 100644
--- a/BuildGuideAndroidNDK.md
+++ b/BuildGuideAndroidNDK.md
@@ -11,7 +11,7 @@
## Introduction
These are step by step instructions for using the Android NDK to build Arm NN.
-They have been tested on a clean install of Ubuntu 16.04 and 18.04, and should also work with other OS versions.
+They have been tested on a clean install of Ubuntu 18.04, and should also work with other OS versions.
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.