From bc78ffbafece06194b86069826b19e9e8c59570b Mon Sep 17 00:00:00 2001 From: yangfei Date: Wed, 31 Oct 2018 11:25:47 +0800 Subject: [PATCH] modify push2android.sh --- tools/android-debug-script/push2android.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/android-debug-script/push2android.sh b/tools/android-debug-script/push2android.sh index 6031cfde9e..68cbc6cf85 100644 --- a/tools/android-debug-script/push2android.sh +++ b/tools/android-debug-script/push2android.sh @@ -5,7 +5,7 @@ MODELS_PATH="../../test/models/*" MODELS_SRC="../../test/models" IMAGE_PATH="../../test/images/*" EXE_FILE="../../test/build/*" -EXE_DIR="data/local/tmp/bin" +EXE_DIR="/data/local/tmp/bin" adb shell mkdir ${EXE_DIR} MODELS_DIR="/data/local/tmp/models" adb shell mkdir ${MODELS_DIR} -- GitLab