From a44f233713fac25e43937912f89436a41f6fcf87 Mon Sep 17 00:00:00 2001 From: Chris Fries Date: Mon, 25 Feb 2019 20:59:08 +0000 Subject: [PATCH] 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 --- device.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device.mk b/device.mk index 2aeac01..7a7a743 100644 --- a/device.mk +++ b/device.mk @@ -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)