Enable Secretkeeper HAL service on zuma
The prebuilts on `main` for zuma devices have been updated to include: - the Secretkeeper TA in Trusty - the ABL changes to retrieve the Secretkeeper identity pub key. So enable the corresponding HAL service for Secretkeeper when the relevant build flag is enabled. Bug: 291228655 Bug: 306364873 Test: VtsSecretkeeperTargetTest on shiba Change-Id: Ida12d0742c1e74e15e0f5606ab19cdb90afbcb2b
This commit is contained in:
parent
34c969d4c5
commit
5375e70d96
1 changed files with 6 additions and 1 deletions
|
@ -89,6 +89,11 @@ LOCAL_KERNEL := $(TARGET_KERNEL_DIR)/Image.lz4
|
|||
# Set the environment variable to switch the Keymint HAL service to Rust
|
||||
TRUSTY_KEYMINT_IMPL := rust
|
||||
|
||||
ifeq ($(RELEASE_AVF_ENABLE_LLPVM_CHANGES),true)
|
||||
# Set the environment variable to enable the Secretkeeper HAL service.
|
||||
SECRETKEEPER_ENABLED := true
|
||||
endif
|
||||
|
||||
# OEM Unlock reporting
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
||||
ro.oem_unlock_supported=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue