IVGCVSW-4475 Update BuildGuideAndroidNDK.md
authorNarumol Prangnawarat <narumol.prangnawarat@arm.com>
Fri, 21 Feb 2020 17:21:34 +0000 (17:21 +0000)
committerNarumol Prangnawarat <narumol.prangnawarat@arm.com>
Fri, 21 Feb 2020 18:04:47 +0000 (18:04 +0000)
 * Remove export keyword

Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com>
Change-Id: If505923c8283a352a02956621074174f423adb07

BuildGuideAndroidNDK.md

index fd64e4a..3e3a0bb 100644 (file)
@@ -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.