mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-11-29 03:36:43 -05:00
Update CVE patchers
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
c753abf1b2
commit
f5a58bd35f
81 changed files with 738 additions and 164 deletions
|
|
@ -243,6 +243,10 @@ if enterAndClear "system/update_engine"; then
|
|||
git revert --no-edit c0e056ed5c084ce55557c4aecbad540e2b235785; #Do not skip payload signature verification
|
||||
fi;
|
||||
|
||||
if enterAndClear "system/vold"; then
|
||||
git revert --no-edit 3461ff5c9ad334c96780f3da14f1d23fcbee63ad; #breaks mako first boot
|
||||
fi;
|
||||
|
||||
if enterAndClear "vendor/lineage"; then
|
||||
rm build/target/product/security/lineage.x509.pem; #Remove Lineage keys
|
||||
rm -rf overlay/common/lineage-sdk/packages/LineageSettingsProvider/res/values/defaults.xml; #Remove analytics
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue