From 0c8c72084fe561d179e644d498a988dfaf357a13 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Sat, 14 Jun 2025 01:56:43 +0300 Subject: [PATCH] zuma: Bump SPL to 2025-06-05 Change-Id: I8d3f5a9479d0fddd6fa79baa3e573f00ad125e9c --- device.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device.mk b/device.mk index 199a5fc2..cea7fd73 100644 --- a/device.mk +++ b/device.mk @@ -60,10 +60,10 @@ AB_OTA_POSTINSTALL_CONFIG += \ POSTINSTALL_OPTIONAL_system=true # Set Vendor SPL to match platform -VENDOR_SECURITY_PATCH := 2025-05-05 +VENDOR_SECURITY_PATCH := 2025-06-05 # Set boot SPL -BOOT_SECURITY_PATCH := 2025-05-05 +BOOT_SECURITY_PATCH := 2025-06-05 # TODO(b/207450311): Remove this flag once implemented USE_PIXEL_GRALLOC := false