aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
-