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:
parent
cbb6ccd278
commit
44b49fdcab
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue