aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2023-11-20 12:28:11 +0000
committerNikhil Raj <nikhil.raj@arm.com>2023-11-20 12:36:23 +0000
commitbafdaa12c8d06ff6f48c6c8bd27ec5583c4a3691 (patch)
treea3f79562a8f8a75606a3623631e715b70dd93f76 /scripts
parent50ed2a64ffc61b9b59b73d4d00f1cfe843881202 (diff)
downloadarmnn-bafdaa12c8d06ff6f48c6c8bd27ec5583c4a3691.tar.gz
Update path before pushing to board
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I1cdbe17bdbfa48bc0e35a14eb642d494291f0013
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build_android_ndk_guide.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build_android_ndk_guide.sh b/scripts/build_android_ndk_guide.sh
index ce2e273f71..22f43070a8 100755
--- a/scripts/build_android_ndk_guide.sh
+++ b/scripts/build_android_ndk_guide.sh
@@ -357,7 +357,7 @@ function BuildStandaloneDynamicBackend {
# push sources to board
function PushBuildSourcesToBoard {
- echo "+++ Removing files and symbolic links from previous runs"
+ cd $WORKING_DIR/armnn/build
adb start-server
adb shell rm -rf /data/local/tmp/*
echo "+++ Pushing sources to board"