land: Set vendor security patch level using VENDOR_SECURITY_PATCH

Change-Id: Id7e80418c2437132bad3fa404b8a966d64758a06
Signed-off-by: Darshan Manjrekar <darshanmanjrekar1205@gmail.com>
This commit is contained in:
LuK1337 2018-08-26 15:10:38 +02:00 committed by Darshan Manjrekar
parent 64c6ddc46a
commit 670df72b2e
2 changed files with 3 additions and 3 deletions

View file

@ -33,5 +33,8 @@ TARGET_LIBINIT_MSM8937_DEFINES_FILE := $(DEVICE_PATH)/libinit/init_land.cpp
# Libshim # Libshim
TARGET_LD_SHIM_LIBS := /vendor/bin/mm-qcamera-daemon|vendor/lib/libshims_camera.so TARGET_LD_SHIM_LIBS := /vendor/bin/mm-qcamera-daemon|vendor/lib/libshims_camera.so
# Security patch level
VENDOR_SECURITY_PATCH := 2017-04-01
# Inherit the proprietary files # Inherit the proprietary files
-include vendor/xiaomi/land/BoardConfigVendor.mk -include vendor/xiaomi/land/BoardConfigVendor.mk

View file

@ -42,6 +42,3 @@ BUILD_FINGERPRINT := Xiaomi/land/land:6.0.1/MMB29M/V9.6.1.0.MALMIFD:user/release
PRODUCT_SYSTEM_PROPERTY_BLACKLIST += \ PRODUCT_SYSTEM_PROPERTY_BLACKLIST += \
ro.product.model ro.product.model
PRODUCT_PROPERTY_OVERRIDES += \
ro.vendor.build.security_patch=2017-04-01