Revert "device.mk: Freeze vendor security patch 2021-09-0x" am: 376fb1a2fe am: b51eb8ef23

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15520497

Change-Id: I9a14bb0b04fd7e347aae95d098cb5294b2ef26c2
This commit is contained in:
Chris Fries 2021-08-19 20:09:28 +00:00 committed by Automerger Merge Worker
commit cad92233b5

View file

@ -26,13 +26,8 @@ AB_OTA_POSTINSTALL_CONFIG += \
FILESYSTEM_TYPE_system=ext4 \
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-07
else
# Set Vendor SPL to match platform
VENDOR_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH)
endif
# Set boot SPL
BOOT_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH)