aboutsummaryrefslogtreecommitdiff
path: root/BuildGuideAndroidNDK.md
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2019-10-25 15:16:37 +0100
committerAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2019-10-25 15:19:48 +0100
commit1f826967da321f87b192bd1c29152b0f1fc51ed8 (patch)
treed9dfce6efe9291c05e49a31ad217cb34c9f54c38 /BuildGuideAndroidNDK.md
parent57d10b7f976b4eddee64e15d563bd040f3331702 (diff)
downloadarmnn-1f826967da321f87b192bd1c29152b0f1fc51ed8.tar.gz
IVGCVSW-4032 Update BuildGuideAndroidNDK.md with the TF commit ID that has tf_proto_file.txt
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Signed-off-by: Aron Virginas-Tar <aron.virginas-tar@arm.com> Change-Id: Id925c136536c3c9182236b253220294bfd4619aa
Diffstat (limited to 'BuildGuideAndroidNDK.md')
-rw-r--r--BuildGuideAndroidNDK.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/BuildGuideAndroidNDK.md b/BuildGuideAndroidNDK.md
index e8bd5b7132..c1a9dfe1c9 100644
--- a/BuildGuideAndroidNDK.md
+++ b/BuildGuideAndroidNDK.md
@@ -134,8 +134,12 @@ All downloaded or generated files will be saved inside the `~/armnn-devenv` dire
```bash
cd ~/armnn-devenv/google/
git clone https://github.com/tensorflow/tensorflow.git
+ cd tensorflow/
+ git checkout a0043f9262dc1b0e7dc4bdf3a7f0ef0bebc4891e
```
+ You need tensorflow/contrib/makefile/tf_proto_files.txt from TensorFlow to generate TensorFlow protobuf definitions. This file is not available in TensorFlow master branch.
+
#### <a name="buildArmNN">Build ArmNN</a>
* Clone ArmNN source code:
@@ -236,4 +240,3 @@ All downloaded or generated files will be saved inside the `~/armnn-devenv` dire
```
If libarmnnUtils.a is present in `~/armnn-devenv/armnn/build/` and the unit tests run without failure then the build was successful.
-