From b1ec67f5e52dbd0ffe64e60cf90eb27c3051d17a Mon Sep 17 00:00:00 2001 From: Narumol Prangnawarat Date: Fri, 21 Feb 2020 17:21:34 +0000 Subject: IVGCVSW-4475 Update BuildGuideAndroidNDK.md * Remove export keyword Signed-off-by: Narumol Prangnawarat Change-Id: If505923c8283a352a02956621074174f423adb07 --- BuildGuideAndroidNDK.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1