From a7008d99847942c2741b21d4ee1dbd2a0b749008 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Mon, 20 Nov 2023 12:28:11 +0000 Subject: Update path before pushing to board Signed-off-by: Nikhil Raj Change-Id: I1cdbe17bdbfa48bc0e35a14eb642d494291f0013 --- scripts/build_android_ndk_guide.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.1