ginkgo: Decommonize VENDOR_SECURITY_PATCH

ginkgo uses 2022-10-01, laurel_sprout uses 2022-08-01.

Change-Id: I1ae48b8c4c70aee01981b4cd94863754fcc3159f
Signed-off-by: Skyblueborb <tomaszborbely0710@gmail.com>
This commit is contained in:
Skyblueborb
2025-05-15 15:44:47 +02:00
parent 2da0fbff53
commit ec974f83ba

View File

@@ -46,5 +46,9 @@ TARGET_RECOVERY_FSTAB := $(DEVICE_PATH)/rootdir/etc/fstab.qcom
# Releasetools # Releasetools
TARGET_RELEASETOOLS_EXTENSIONS := $(DEVICE_PATH) 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 # Inherit from the proprietary version
include vendor/xiaomi/ginkgo/BoardConfigVendor.mk include vendor/xiaomi/ginkgo/BoardConfigVendor.mk