Set VENDOR_SECURITY_PATCH to platform
Set the VENDOR_SECURITY_PATCH level to match the platform security patch level. These are functionally the same. Bug: 125914443 Change-Id: Ib77ab115d6faabd21958c34e2dae49ec96421fdd Signed-off-by: DennySPb <dennyspb@gmail.com>
This commit is contained in:
parent
a210f8a6a4
commit
a44f233713
1 changed files with 3 additions and 0 deletions
|
@ -308,5 +308,8 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_BOOT_JARS += \
|
||||
WfdCommon
|
||||
|
||||
# Setting vendor SPL
|
||||
VENDOR_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH)
|
||||
|
||||
# Set boot SPL
|
||||
BOOT_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH)
|
||||
|
|
Loading…
Reference in a new issue