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 <dennyspb@gmail.com>
This commit is contained in:
Garret Kelly 2019-06-24 11:54:02 -04:00 committed by Giammarco Senatore
parent 2e803d06de
commit a210f8a6a4
No known key found for this signature in database
GPG key ID: 661348FC1E144F04

View file

@ -307,3 +307,6 @@ PRODUCT_PACKAGES += \
PRODUCT_BOOT_JARS += \ PRODUCT_BOOT_JARS += \
WfdCommon WfdCommon
# Set boot SPL
BOOT_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH)