aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNarumol Prangnawarat <narumol.prangnawarat@arm.com>2020-02-21 17:21:34 +0000
committerNarumol Prangnawarat <narumol.prangnawarat@arm.com>2020-02-21 18:04:47 +0000
commitb1ec67f5e52dbd0ffe64e60cf90eb27c3051d17a (patch)
tree51295774b555e4d4bdb841e0fb03de39c1ddd029
parentd9fb6e2b401b8508b71d7623f4e0fbd171d7c735 (diff)
downloadarmnn-b1ec67f5e52dbd0ffe64e60cf90eb27c3051d17a.tar.gz
IVGCVSW-4475 Update BuildGuideAndroidNDK.md
* 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.