mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-06-18 11:39:24 -04:00
11.0: Remove the rest of CMStats
Hmm, I don't remember Dialer having stats. Goddamn spyware.
This commit is contained in:
parent
bae3092539
commit
a652eb1e23
6 changed files with 362 additions and 15 deletions
|
@ -63,13 +63,14 @@ patchWorkspace() {
|
|||
repopick -it asb-2018.11-cm11 -e 234695;
|
||||
repopick -it cm.service.adb.root; #security fix for -userdebug
|
||||
repopick -it asb-2018.12-cm11;
|
||||
sed -i 's/2018-08-01/2018-12-01/' build/core/version_defaults.mk; #dirty lies! (kinda)
|
||||
|
||||
source "$DOS_SCRIPTS/Patch.sh";
|
||||
source "$DOS_SCRIPTS/Defaults.sh";
|
||||
source "$DOS_SCRIPTS/Rebrand.sh";
|
||||
#if [ "$DOS_OVERCLOCKS_ENABLED" = true ]; then source "$DOS_SCRIPTS/Overclock.sh"; fi;
|
||||
if [ "$DOS_OVERCLOCKS_ENABLED" = true ]; then source "$DOS_SCRIPTS_COMMON/Overclock.sh"; fi;
|
||||
source "$DOS_SCRIPTS/Optimize.sh";
|
||||
#source "$DOS_SCRIPTS_COMMON/Deblob.sh";
|
||||
source "$DOS_SCRIPTS_COMMON/Deblob.sh";
|
||||
source "$DOS_SCRIPTS_COMMON/Patch_CVE.sh";
|
||||
source build/envsetup.sh;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue