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

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

Change-Id: I15a32f2a3487fea12762cd64423f4815e4979efd
This commit is contained in:
Chris Fries 2021-08-19 20:23:29 +00:00 committed by Automerger Merge Worker
commit b23e9eca7c

View file

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