From a747c9a01d6942a2c3a797c5d90ad1ccbbfcc83c Mon Sep 17 00:00:00 2001 From: cyBerta Date: Thu, 15 Jul 2021 11:46:49 +0200 Subject: reset all submodules in cleanProject --- scripts/cleanProject.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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 -- cgit v1.2.3