diff options
author | Bruno Martins <bgcngm@gmail.com> | 2020-10-20 17:27:20 +0100 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-27 15:13:39 +0200 |
commit | 71ee1abf7cdb22261acf1a2addda6ed95d25c35e (patch) | |
tree | 1712ca0c8f6206ac66ab88b9461c8567d2dbfe7d /BoardConfigCommon.mk | |
parent | 6cf619ff590565d7fa59d4fd0a0536774e33f2ed (diff) |
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
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 |