15.1: More build fixes

This commit is contained in:
Tad 2018-02-12 07:10:10 -05:00
parent 910ee5ad76
commit 9b391e88f9
6 changed files with 14 additions and 125 deletions

View file

@ -46,7 +46,8 @@ gitReset() {
export -f gitReset;
resetWorkspace() {
repo forall -c 'git add -A && git reset --hard' && rm -rf packages/apps/{FDroid,GmsCore,Silence} out && repo sync -j20 --force-sync;
#rm -rf packages/apps/{FDroid,GmsCore,Silence}
repo forall -c 'git add -A && git reset --hard' && rm -rf out && repo sync -j20 --force-sync;
}
export -f resetWorkspace;