dre: Define boot image security patch
Change-Id: I2471d3412577fee8e7bca40743b38a2fc765884c
This commit is contained in:
parent
70b87d266d
commit
dd92adce89
1 changed files with 2 additions and 1 deletions
|
@ -185,7 +185,8 @@ CUSTOM_APNS_FILE := $(DEVICE_PATH)/configs/apns-conf.xml
|
|||
ENABLE_VENDOR_RIL_SERVICE := true
|
||||
|
||||
# Security
|
||||
VENDOR_SECURITY_PATCH := 2022-05-05
|
||||
BOOT_SECURITY_PATCH := 2022-05-05
|
||||
VENDOR_SECURITY_PATCH := $(BOOT_SECURITY_PATCH)
|
||||
|
||||
# SEPolicy
|
||||
include device/qcom/sepolicy_vndr/SEPolicy.mk
|
||||
|
|
Loading…
Reference in a new issue