mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-07-23 06:40:43 -04:00
Small changes
- Fixup CVE-2020-36386 breakage - Move some cherrypicks in tree (gerrit down right now, pulled from reflog) - Update cherrypicks
This commit is contained in:
parent
8af1c6a2ee
commit
d42c8f033d
41 changed files with 1020 additions and 128 deletions
|
@ -148,6 +148,9 @@ enterAndClear "lineage-sdk";
|
|||
awk -i inplace '!/LineageWeatherManagerService/' lineage/res/res/values/config.xml; #Disable Weather
|
||||
if [ "$DOS_DEBLOBBER_REMOVE_AUDIOFX" = true ]; then awk -i inplace '!/LineageAudioService/' lineage/res/res/values/config.xml; fi;
|
||||
|
||||
enterAndClear "packages/apps/Backgrounds";
|
||||
patch -p1 < "$DOS_PATCHES_COMMON/android_packages_apps_Backgrounds/308977.patch"; #Optimize builtin wallpaper loading code
|
||||
|
||||
enterAndClear "packages/apps/Contacts";
|
||||
patch -p1 < "$DOS_PATCHES_COMMON/android_packages_apps_Contacts/0001-No_Google_Links.patch"; #Remove Privacy Policy and Terms of Service links (GrapheneOS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue