From a847fd29dd2d8b89d08aa979fadc9ff8df78abc1 Mon Sep 17 00:00:00 2001 From: SahilSonar Date: Tue, 25 Apr 2023 22:25:46 +0530 Subject: [PATCH] mt6765-common: Uprev vendor security patch to April '23 - Given this was never explicitly set on older trees, platform sets the current spl level to vendor. This breaks key upgrade as spl is downgraded. Uprev it to match the current platform spl. Issues: https://gitlab.e.foundation/e/devices/backlog/-/issues/513 --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index d521feb..2ed2ce0 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -103,7 +103,7 @@ TARGET_USERIMAGES_USE_EXT4 := true ENABLE_VENDOR_RIL_SERVICE := true # Security patch level -VENDOR_SECURITY_PATCH := 2021-10-05 +VENDOR_SECURITY_PATCH := 2023-04-05 # Sepolicy include device/mediatek/sepolicy/BoardSEPolicyConfig.mk -- GitLab