redwood: Set VENDOR_SECURITY_PATCH to PLATFORM

Set the VENDOR_SECURITY_PATCH level to match the platform security patch level.
These are functionally the same.
This commit is contained in:
ccfries
2022-10-03 12:46:17 +00:00
committed by thepriyanshujangid
parent c9ca8daa9f
commit c41d46a335

View File

@@ -183,7 +183,7 @@ TARGET_USERIMAGES_USE_F2FS := true
ENABLE_VENDOR_RIL_SERVICE := true
# Security patch level
VENDOR_SECURITY_PATCH := 2025-07-01
VENDOR_SECURITY_PATCH := $(PLATFORM_SECURITY_PATCH)
# Sepolicy
include device/qcom/sepolicy_vndr/SEPolicy.mk