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:
parent
64c6ddc46a
commit
670df72b2e
2 changed files with 3 additions and 3 deletions
|
@ -33,5 +33,8 @@ TARGET_LIBINIT_MSM8937_DEFINES_FILE := $(DEVICE_PATH)/libinit/init_land.cpp
|
|||
# Libshim
|
||||
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
|
||||
-include vendor/xiaomi/land/BoardConfigVendor.mk
|
||||
|
|
|
@ -42,6 +42,3 @@ BUILD_FINGERPRINT := Xiaomi/land/land:6.0.1/MMB29M/V9.6.1.0.MALMIFD:user/release
|
|||
|
||||
PRODUCT_SYSTEM_PROPERTY_BLACKLIST += \
|
||||
ro.product.model
|
||||
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.vendor.build.security_patch=2017-04-01
|
||||
|
|
Loading…
Reference in a new issue