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
This commit is contained in:
Chris Fries 2021-08-16 15:29:32 -05:00
parent cbb6ccd278
commit 44b49fdcab

View file

@ -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)