From 03a2f65bb8ab54861c911bb8c45b36ef99a0ffe0 Mon Sep 17 00:00:00 2001
From: Tad <tad@spotco.us>
Date: Fri, 13 Oct 2023 04:58:40 -0400
Subject: [PATCH] Don't trip rollback protection after October update

Signed-off-by: Tad <tad@spotco.us>
---
 Scripts/LineageOS-20.0/Patch.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Scripts/LineageOS-20.0/Patch.sh b/Scripts/LineageOS-20.0/Patch.sh
index 32a30eec..37d7895e 100644
--- a/Scripts/LineageOS-20.0/Patch.sh
+++ b/Scripts/LineageOS-20.0/Patch.sh
@@ -591,6 +591,10 @@ awk -i inplace '!/BOARD_AVB_ENABLE := false/' device/*/*/*.mk; #revert Lineage's
 #Remove broken? charge control feature
 awk -i inplace '!/hardware\/google\/pixel\/lineage_health\/device/' device/*/*/*.mk;
 awk -i inplace '!/vendor.lineage.health-service.default/' device/*/*/*.mk;
+
+#Don't trip rollback protection after October update
+sed -i 's/2023-09-05/2023-10-01/' google/redbull/device-common.mk google/sunfish/device-common.mk google/gs201/device.mk google/gs101/device.mk;
+
 #
 #END OF DEVICE CHANGES
 #