From 9ab8c53f670a9363f1a6e0d800e7315c2e85b684 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Sat, 14 Jun 2025 01:56:43 +0300 Subject: [PATCH] gs101: 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 648f65d6..19b1693e 100644 --- a/device.mk +++ b/device.mk @@ -57,10 +57,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 PRODUCT_SOONG_NAMESPACES += \ hardware/google/av \