From 6410085ab755d7c108e22e695438878d3cbeab23 Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Tue, 20 Sep 2022 04:09:01 +0530 Subject: [PATCH] FP4: Set BOOT_SECURITY_PATCH * This is put in vbmeta, and Fairphone OS sets it [merothh]: - Set this to unbreak upgrade path for users on /dev ~t based off LineageOS trees to our forked tree. Change-Id: I69485c8207eca5ee9e7f1f4e02d684707c6dece3 --- BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index 9bb4705..9f134ee 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -160,6 +160,7 @@ TARGET_USERIMAGES_USE_F2FS := true ENABLE_VENDOR_RIL_SERVICE := true # Security patch level +BOOT_SECURITY_PATCH := 2023-12-05 VENDOR_SECURITY_PATCH := 2023-12-05 # SEPolicy -- GitLab