From 5c49ec3043b657c23ae8abb92085ccfbcfed43c0 Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Tue, 8 Oct 2024 19:12:43 +0530 Subject: [PATCH] Freeze SPL to 2025-05-05 Change-Id: I3dfa3c342582d14c1b5b89061c8a58a72dc6cbcd --- device.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device.mk b/device.mk index dd4ef2a3..8e7d97ec 100644 --- a/device.mk +++ b/device.mk @@ -58,10 +58,10 @@ AB_OTA_POSTINSTALL_CONFIG += \ POSTINSTALL_OPTIONAL_system=true # Set Vendor SPL to match platform -VENDOR_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH) +VENDOR_SECURITY_PATCH := 2025-05-05 # Set boot SPL -BOOT_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH) +BOOT_SECURITY_PATCH := 2025-05-05 # TODO(b/207450311): Remove this flag once implemented USE_PIXEL_GRALLOC := false