Initial support for including prebuilt apps from F-Droid

FDroid will come later, microG will probably stay as is.
This commit is contained in:
Tad 2018-03-13 23:07:41 -04:00
parent ad9f1aa8ce
commit 4053ad6082
16 changed files with 20 additions and 148 deletions

View file

@ -46,7 +46,7 @@ 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;
repo forall -c 'git add -A && git reset --hard' && rm -rf packages/apps/{FDroid,GmsCore} out && repo sync -j20 --force-sync;
}
export -f resetWorkspace;