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 <sbordenave@gmail.com>
This commit is contained in:
parent
d1f590b76c
commit
9512942072
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue