diff options
-rwxr-xr-x | scripts/cleanProject.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/cleanProject.sh b/scripts/cleanProject.sh index 954b96e6..e7d8460e 100755 --- a/scripts/cleanProject.sh +++ b/scripts/cleanProject.sh @@ -18,5 +18,6 @@ rm -r $BASE_DIR/tor-android/external/bin rm -r $BASE_DIR/tor-android/external/include/ rm -r $BASE_DIR/tor-android/external/*.build-stamp rm -r $BASE_DIR/tor-android/external/lib +git submodule foreach --recursive git reset --hard HEAD git submodule sync --recursive git submodule update --init --recursive |