From 2befb37c007846abe2a9b93b8bd0e6997b293aa0 Mon Sep 17 00:00:00 2001 From: Garret Kelly Date: Mon, 24 Jun 2019 11:57:44 -0400 Subject: [PATCH] hiphi: Set BOOT_SECURITY_PATCH during build This property is now used during boot to provide the TEE-backed keymaster with the correct boot SPL. Set it to the platform SPL until it diverges as part of an update. Bug: 119549677 Test: verified boot.img has property using avbtool Change-Id: Ice8e7747059492fc8729128e99119d8678fe5562 Signed-off-by: 7Soldier --- BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index cd34cf8..bcc58c4 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -90,6 +90,7 @@ BOARD_AVB_MAKE_VBMETA_IMAGE_ARGS += --flags 3 # Hack: prevent anti rollback PLATFORM_SECURITY_PATCH := 2099-12-31 VENDOR_SECURITY_PATCH := $(PLATFORM_SECURITY_PATCH) +BOOT_SECURITY_PATCH := $(PLATFORM_SECURITY_PATCH) PLATFORM_VERSION := 16.1.0 # TWRP Configuration