From 95129420729e0d3e73bde58b8788060c4d84fa60 Mon Sep 17 00:00:00 2001 From: Chris Fries Date: Thu, 8 Jul 2021 10:33:18 +0200 Subject: [PATCH] sdm660-common: 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: pix106 --- BoardConfigCommon.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index f77722c5..0b7dc100 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -212,6 +212,9 @@ TARGET_USE_AOSP_SURFACEFLINGER := true # USB TARGET_USES_USB_GADGET_HAL := true +# Vendor Security patch level +VENDOR_SECURITY_PATCH := $(PLATFORM_SECURITY_PATCH) + # VNDK BOARD_VNDK_VERSION := current