From 44b49fdcab433f10fcb3c79f31f0b01819e06918 Mon Sep 17 00:00:00 2001 From: Chris Fries Date: Mon, 16 Aug 2021 15:29:32 -0500 Subject: [PATCH] device.mk: Freeze vendor security patch 2021-09-06 (stopship hack) Roll forward the SPL so that we can test rollback cases in testing before launch. Bug: 187105270 Change-Id: Ia6e75f0b6699f7967d4b92ef973f5ca6af1b5e6a --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 99a420eb..77f4d179 100644 --- a/device.mk +++ b/device.mk @@ -28,7 +28,7 @@ POSTINSTALL_OPTIONAL_system=true ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) # STOPSHIP (b/187105270) hack: temp freeze to a lower security patch -VENDOR_SECURITY_PATCH = 2021-09-05 +VENDOR_SECURITY_PATCH = 2021-09-06 else # Set Vendor SPL to match platform VENDOR_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH)