aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNarumol Prangnawarat <narumol.prangnawarat@arm.com>2020-02-21 17:21:34 +0000
committerJames Conroy <james.conroy@arm.com>2020-02-24 10:49:56 +0000
commit8c3259fa007d43fcc5ea56fe6928526dbe79f3c0 (patch)
tree2211d31e7d01489c45812767766a2c35e1a4fbea
parent6d9a05fc9b876c9cabf01b7566144f640a1d020a (diff)
downloadarmnn-branches/armnn_20_02.tar.gz
IVGCVSW-4475 Update BuildGuideAndroidNDK.mdv20.02branches/armnn_20_02
* Remove export keyword Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com> Change-Id: If505923c8283a352a02956621074174f423adb07
-rw-r--r--BuildGuideAndroidNDK.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildGuideAndroidNDK.md b/BuildGuideAndroidNDK.md
index fd64e4a88b..3e3a0bb9df 100644
--- a/BuildGuideAndroidNDK.md
+++ b/BuildGuideAndroidNDK.md
@@ -286,7 +286,7 @@ All downloaded or generated files will be saved inside the `~/armnn-devenv` dire
* Run ArmNN unit tests:
```bash
- adb shell 'export LD_LIBRARY_PATH=/data/local/tmp:/vendor/lib64:/vendor/lib64/egl /data/local/tmp/UnitTests'
+ adb shell '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.