summaryrefslogtreecommitdiff
path: root/device-common.mk
diff options
context:
space:
mode:
authorChris Fries <cfries@google.com>2019-02-25 20:59:08 +0000
committerDybert Wang <dybertwang@google.com>2019-02-28 01:03:36 +0000
commit20c9c38aa3d093fb956dfed5fd94360a0e4ccb6e (patch)
tree4874fc7f275ed50f2e8833637e08b85e30688925 /device-common.mk
parent3dc0e4942268b136250b41ef2114437f756a7445 (diff)
downloadbonito-20c9c38aa3d093fb956dfed5fd94360a0e4ccb6e.tar.gz
device-common.mk: 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
Diffstat (limited to 'device-common.mk')
-rw-r--r--device-common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/device-common.mk b/device-common.mk
index d38ddc14..125325ea 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -35,7 +35,7 @@ PRODUCT_PROPERTY_OVERRIDES += debug.stagefright.ccodec=4
PRODUCT_PROPERTY_OVERRIDES += debug.stagefright.omx_default_rank=512
# Setting vendor SPL
-VENDOR_SECURITY_PATCH = "2018-09-05"
+VENDOR_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH)
# MIDI feature
PRODUCT_COPY_FILES += \