From 241eea73ae725e9e2d39b002f73032b1ab95f6f7 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Fri, 5 Dec 2025 09:42:26 +0200 Subject: [PATCH] gs201: Decommonize boot & vendor SPL Change-Id: Ibaebb1f7fdf6420006f067b0cfbce8717324d4ed --- device.mk | 6 ------ 1 file changed, 6 deletions(-) diff --git a/device.mk b/device.mk index f9fe064c..ca0a8967 100644 --- a/device.mk +++ b/device.mk @@ -56,12 +56,6 @@ AB_OTA_POSTINSTALL_CONFIG += \ FILESYSTEM_TYPE_system=ext4 \ POSTINSTALL_OPTIONAL_system=true -# Set Vendor SPL to match platform -VENDOR_SECURITY_PATCH := 2025-08-05 - -# Set boot SPL -BOOT_SECURITY_PATCH := 2025-08-05 - PRODUCT_SOONG_NAMESPACES += \ hardware/google/av \ hardware/google/interfaces \