mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-07-23 23:00:51 -04:00
Update CVE patchers
This commit is contained in:
parent
8e496341b5
commit
a423f977ff
99 changed files with 221 additions and 143 deletions
|
@ -112,10 +112,6 @@ sed -i '301i\ if(packageList.length() > 0) { packageList += ","; } packag
|
|||
if [ "$DOS_MICROG_INCLUDED" != "FULL" ]; then rm -rf packages/CompanionDeviceManager; fi; #Used to support Android Wear (which hard depends on GMS)
|
||||
rm -rf packages/PrintRecommendationService; #Creates popups to install proprietary print apps
|
||||
|
||||
enterAndClear "frameworks/hardware/interfaces";
|
||||
git pull "https://github.com/LineageOS/android_frameworks_hardware_interfaces" refs/changes/62/307362/1; #P_asb_2021-04
|
||||
git pull "https://github.com/LineageOS/android_frameworks_hardware_interfaces" refs/changes/63/307363/1;
|
||||
|
||||
if [ "$DOS_DEBLOBBER_REMOVE_IMS" = true ]; then
|
||||
enterAndClear "frameworks/opt/net/ims";
|
||||
patch -p1 < "$DOS_PATCHES/android_frameworks_opt_net_ims/0001-Fix_Calling.patch"; #Fix calling when IMS is removed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue