Rebase FDroidPriv patch and cleanup privacy guard changes

This commit is contained in:
Tad 2018-03-21 20:50:45 -04:00
parent 989a494090
commit 3ceff683a8
6 changed files with 19 additions and 158 deletions

View file

@ -85,6 +85,9 @@ buildAll() {
export -f buildAll;
patchWorkspace() {
source build/envsetup.sh;
repopick 201223; #Cherry picks
source $scripts/Patch.sh;
source $scripts/Defaults.sh;
source $scripts/Overclock.sh;