From 6d42117462c2900ec38c6a52b9ce5ec4edba798f Mon Sep 17 00:00:00 2001 From: Chris Fries Date: Wed, 18 Aug 2021 12:50:44 -0500 Subject: [PATCH] device.mk: Freeze vendor security patch 2021-09-07 (stopship hack) Roll forward the SPL so that we can test rollback cases in testing before launch. Bug: 187105270 Change-Id: Ic0bdb7e3ece264aa42af1965421a485a8f16980b --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 77f4d179..6fdad10c 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-06 +VENDOR_SECURITY_PATCH = 2021-09-07 else # Set Vendor SPL to match platform VENDOR_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH)