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:
parent
2e803d06de
commit
a210f8a6a4
1 changed files with 3 additions and 0 deletions
|
@ -307,3 +307,6 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
PRODUCT_BOOT_JARS += \
|
||||
WfdCommon
|
||||
|
||||
# Set boot SPL
|
||||
BOOT_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH)
|
||||
|
|
Loading…
Reference in a new issue