Define Vendor security patch level
authorJan Altensen <info@stricted.net>
Tue, 26 Feb 2019 21:59:35 +0000 (22:59 +0100)
committerJan Altensen <info@stricted.net>
Tue, 26 Feb 2019 21:59:35 +0000 (22:59 +0100)
* This is needed for Trust, as we don't have a Vendor image that sets a
  valid vendor security patch level.

* Pulled from vC29-0

Change-Id: Iae6bdc3d1c49e794ab61ae3485ffde215cfc6d60

device.mk

index f2cd688875b301a9ad14c2f4b9351bfec3d8947b..974564f468a0093ba37f850567e1fa32f28f937c 100644 (file)
--- a/device.mk
+++ b/device.mk
@@ -163,6 +163,10 @@ PRODUCT_PACKAGES += \
 PRODUCT_PACKAGES += \
     textclassifier.bundle1
 
+# Vendor security patch level
+PRODUCT_PROPERTY_OVERRIDES += \
+    ro.lineage.build.vendor_security_patch=2017-11-06
+
 # hidl packages
 $(call inherit-product, $(LOCAL_PATH)/hidl.mk)