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:
Chris Fries 2019-02-25 20:59:08 +00:00 committed by Giammarco Senatore
parent a210f8a6a4
commit a44f233713
No known key found for this signature in database
GPG key ID: 661348FC1E144F04

View file

@ -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)