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
This commit is contained in:
Chris Fries 2021-08-18 12:50:44 -05:00
parent 1fd62f31bf
commit 6d42117462

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-06
VENDOR_SECURITY_PATCH = 2021-09-07
else
# Set Vendor SPL to match platform
VENDOR_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH)