From 71ee1abf7cdb22261acf1a2addda6ed95d25c35e Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Tue, 20 Oct 2020 17:27:20 +0100 Subject: sdm660-common: Remove flag not applicable to the target devices TARGET_PROVIDES_KEYMASTER is a no-op because there's no OSS keystore for sdm660 devices. Change-Id: I740bdc65d04cdde7b4965a9ee4705b6d317daa4f --- BoardConfigCommon.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 3a77e10..931c860 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -112,9 +112,6 @@ DEVICE_MATRIX_FILE := $(COMMON_PATH)/configs/manifests/compatibility_matrix.xml TARGET_INIT_VENDOR_LIB := //$(COMMON_PATH):libinit_sdm660 TARGET_RECOVERY_DEVICE_MODULES := libinit_sdm660 -# Keystore -TARGET_PROVIDES_KEYMASTER := true - # Partitions BOARD_FLASH_BLOCK_SIZE := 131072 # (BOARD_KERNEL_PAGESIZE * 64) BOARD_BOOTIMAGE_PARTITION_SIZE := 0x04000000 -- cgit v1.2.3