From a210f8a6a43e910fb122f2a0024c2b21325e243a Mon Sep 17 00:00:00 2001 From: Garret Kelly Date: Mon, 24 Jun 2019 11:54:02 -0400 Subject: [PATCH] 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: I6d96404918cf18d0fee79c701394b39baf349c53 Signed-off-by: DennySPb --- device.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device.mk b/device.mk index df99b96..2aeac01 100644 --- a/device.mk +++ b/device.mk @@ -307,3 +307,6 @@ PRODUCT_PACKAGES += \ PRODUCT_BOOT_JARS += \ WfdCommon + +# Set boot SPL +BOOT_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH)