diff --git a/scripts/push2android.sh b/tools/scripts/push2android.sh similarity index 78% rename from scripts/push2android.sh rename to tools/scripts/push2android.sh index ef00f58a96097f0596f3aab0fc8287541096ee5b..9b69e28b8afd675b36f96b7502bbcc749122d761 100644 --- a/scripts/push2android.sh +++ b/tools/scripts/push2android.sh @@ -1,9 +1,9 @@ #!/usr/bin/env sh push_fn () { -MODELS_PATH="../test/models/*" -IMAGE_PATH="../test/images/*" -EXE_FILE="../test/build/*" +MODELS_PATH="../../test/models/*" +IMAGE_PATH="../../test/images/*" +EXE_FILE="../../test/build/*" EXE_DIR="data/local/tmp/bin" MODELS_DIR="data/local/tmp/models" IMAGES_DIR="data/local/tmp/images"