aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNarumol Prangnawarat <narumol.prangnawarat@arm.com>2020-02-20 16:34:36 +0000
committerJames Conroy <james.conroy@arm.com>2020-02-20 17:33:00 +0000
commitd149ad03250cd8ad8bfe28cbb830ca3fcc6c4f04 (patch)
tree22b4160bd0673ae3a9ba6d962dca639f5cc5ae8e
parentc7983813144f550832cedfbc8fe26ef0b0a7fc5d (diff)
downloadarmnn-d149ad03250cd8ad8bfe28cbb830ca3fcc6c4f04.tar.gz
IVGCVSW-4475 Update BuildGuideAndroidNDK.md
* Update TensorFlow version * Add export OpenCl and Mali library paths Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com> Change-Id: Ibbd166c3ff6dd93b925a84c5178b9e92280309d8
-rw-r--r--BuildGuideAndroidNDK.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BuildGuideAndroidNDK.md b/BuildGuideAndroidNDK.md
index 701dcdb78a..fd64e4a88b 100644
--- a/BuildGuideAndroidNDK.md
+++ b/BuildGuideAndroidNDK.md
@@ -135,7 +135,7 @@ All downloaded or generated files will be saved inside the `~/armnn-devenv` dire
cd ~/armnn-devenv/google/
git clone https://github.com/tensorflow/tensorflow.git
cd tensorflow/
- git checkout a0043f9262dc1b0e7dc4bdf3a7f0ef0bebc4891e
+ git checkout 590d6eef7e91a6a7392c8ffffb7b58f2e0c8bc6b
```
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.
@@ -286,7 +286,7 @@ All downloaded or generated files will be saved inside the `~/armnn-devenv` dire
* Run ArmNN unit tests:
```bash
- adb shell 'LD_LIBRARY_PATH=/data/local/tmp /data/local/tmp/UnitTests'
+ adb shell 'export LD_LIBRARY_PATH=/data/local/tmp:/vendor/lib64:/vendor/lib64/egl /data/local/tmp/UnitTests'
```
If libarmnnUtils.a is present in `~/armnn-devenv/armnn/build/` and the unit tests run without failure then the build was successful.