From ec974f83baadfbccf7923542b70234f6b76f2d78 Mon Sep 17 00:00:00 2001 From: Skyblueborb Date: Thu, 15 May 2025 15:44:47 +0200 Subject: [PATCH] ginkgo: Decommonize VENDOR_SECURITY_PATCH ginkgo uses 2022-10-01, laurel_sprout uses 2022-08-01. Change-Id: I1ae48b8c4c70aee01981b4cd94863754fcc3159f Signed-off-by: Skyblueborb --- BoardConfig.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index f9b7c69..42e2b8f 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -46,5 +46,9 @@ TARGET_RECOVERY_FSTAB := $(DEVICE_PATH)/rootdir/etc/fstab.qcom # Releasetools TARGET_RELEASETOOLS_EXTENSIONS := $(DEVICE_PATH) +# Security patch level - V12.5.12.0.RCOEUXM +BOOT_SECURITY_PATCH := 2022-10-01 +VENDOR_SECURITY_PATCH := $(BOOT_SECURITY_PATCH) + # Inherit from the proprietary version include vendor/xiaomi/ginkgo/BoardConfigVendor.mk