Revert "device.mk: Freeze vendor security patch 2021-09-0x" am: 376fb1a2fe
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15520497
Change-Id: Iac2bb7179bb324642674651b27d3be3262d4533e
diff --git a/device.mk b/device.mk
index 6fdad10..982ecb6 100644
--- a/device.mk
+++ b/device.mk
@@ -26,13 +26,8 @@
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)