Skip to content

Commit

Permalink
IVGCVSW-4475 Update BuildGuideAndroidNDK.md
Browse files Browse the repository at this point in the history
 * Remove export keyword

Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com>
Change-Id: If505923c8283a352a02956621074174f423adb07
  • Loading branch information
narumol-arm authored and james-conroy-arm committed Feb 24, 2020
1 parent 6d9a05f commit 8c3259f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildGuideAndroidNDK.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 8c3259f

Please sign in to comment.