dubai: set BOOT_SECURITY_PATCH
Change-Id: I8ae16175a4f471098326e920bfdf42a7fa316bff
This commit is contained in:
parent
145d7f5463
commit
237802afd7
1 changed files with 2 additions and 1 deletions
|
|
@ -43,7 +43,8 @@ TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
|
||||||
TARGET_RECOVERY_UI_MARGIN_HEIGHT := 90
|
TARGET_RECOVERY_UI_MARGIN_HEIGHT := 90
|
||||||
|
|
||||||
# Security
|
# Security
|
||||||
VENDOR_SECURITY_PATCH := 2024-11-01
|
BOOT_SECURITY_PATCH := 2024-11-01
|
||||||
|
VENDOR_SECURITY_PATCH := $(BOOT_SECURITY_PATCH)
|
||||||
|
|
||||||
# inherit from the proprietary version
|
# inherit from the proprietary version
|
||||||
include vendor/motorola/dubai/BoardConfigVendor.mk
|
include vendor/motorola/dubai/BoardConfigVendor.mk
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue