From b38872794529993f8028ff5dbad6bf63780c5650 Mon Sep 17 00:00:00 2001 From: Tad Date: Mon, 27 Feb 2023 10:12:12 -0500 Subject: [PATCH] Churn Signed-off-by: Tad --- Manifests/Manifest_LAOS-20.0.xml | 2 +- Scripts/LineageOS-20.0/Patch.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Manifests/Manifest_LAOS-20.0.xml b/Manifests/Manifest_LAOS-20.0.xml index 026ed911..044fc63a 100644 --- a/Manifests/Manifest_LAOS-20.0.xml +++ b/Manifests/Manifest_LAOS-20.0.xml @@ -46,7 +46,7 @@ - + diff --git a/Scripts/LineageOS-20.0/Patch.sh b/Scripts/LineageOS-20.0/Patch.sh index e1311ad3..b583c151 100644 --- a/Scripts/LineageOS-20.0/Patch.sh +++ b/Scripts/LineageOS-20.0/Patch.sh @@ -425,6 +425,7 @@ echo "allow permissioncontroller_app tethering_service:service_manager find;" > fi; if enterAndClear "device/google/gs101"; then +git revert --no-edit 371473c97a3769f9b0629b33ae7014e78e1e31bb; #potential breakage if [ "$DOS_DEBLOBBER_REMOVE_CNE" = true ]; then sed -i '/google iwlan/,+8d' device.mk; fi; #fix stray fi;