diff options
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 0 insertions, 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 |