From 1bc49c2affc9405196276fc52982a757be956d25 Mon Sep 17 00:00:00 2001 From: Arian Date: Tue, 28 Jun 2022 00:24:53 +0200 Subject: [PATCH] sm6150-common: Decommonize vendor security patch level This common tree is updated further than the EOL state of some devices now. For EOL devices we can not update the device specific proprietary vendor blobs. Since the vendor security patch level should be set according to the least updated components in vendor this differs betweeen devices, hence decommonize it so that devices with up-to-date stock can update it. Change-Id: I320b2f93f7b78d01393259662450f328bbef5484 --- BoardConfigCommon.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index b678cc9..c2f8cf4 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -142,9 +142,6 @@ ENABLE_VENDOR_RIL_SERVICE := true TARGET_RECOVERY_UPDATER_LIBS := librecovery_updater_xiaomi TARGET_RELEASETOOLS_EXTENSIONS := $(COMMON_PATH) -# Security patch level -VENDOR_SECURITY_PATCH := 2021-09-01 - # Sepolicy TARGET_SEPOLICY_DIR := msmsteppe include device/qcom/sepolicy_vndr/SEPolicy.mk