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:
committed by
thepriyanshujangid
parent
c9ca8daa9f
commit
c41d46a335
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user