From ed59b190c74de9c687f2420ce87eb96462de0504 Mon Sep 17 00:00:00 2001 From: steadfasterX Date: Tue, 17 Dec 2024 10:21:30 +0100 Subject: [PATCH] 19.1: also revert signingInfo microG commit Signed-off-by: steadfasterX --- Scripts/LineageOS-19.1/Patch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripts/LineageOS-19.1/Patch.sh b/Scripts/LineageOS-19.1/Patch.sh index 3ce5bced..d4f5d6ce 100644 --- a/Scripts/LineageOS-19.1/Patch.sh +++ b/Scripts/LineageOS-19.1/Patch.sh @@ -133,6 +133,7 @@ sed -i '11iLOCAL_OVERRIDES_PACKAGES := Camera Camera2 LegacyCamera Snap OpenCame fi; if enterAndClear "frameworks/base"; then +git revert --no-edit 74e3943cad42aa290e0e1bca593b0e9a356b72b3; #Reverts "Allow spoofing signingInfo for microG Companion/Services" in favor of below patch git revert --no-edit 83fe523914728a3674debba17a6019cb74803045; #Reverts "Allow signature spoofing for microG Companion/Services" in favor of below patch applyPatch "$DOS_PATCHES/android_frameworks_base/344888-backport.patch"; #fixup! fw/b: Add support for allowing/disallowing apps on cellular, vpn and wifi networks (CalyxOS) applyPatch "$DOS_PATCHES/android_frameworks_base/0007-Always_Restict_Serial.patch"; #Always restrict access to Build.SERIAL (GrapheneOS)