mirror of
https://github.com/Evolution-X-Devices/device_google_zuma
synced 2026-02-01 03:19:40 +00:00
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:
@@ -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
|
||||
@@ -833,7 +838,7 @@ PRODUCT_SOONG_NAMESPACES += \
|
||||
vendor/google/trusty/common
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
trusty_metricsd
|
||||
trusty_metricsd
|
||||
|
||||
$(call soong_config_set,google_displaycolor,displaycolor_platform,zuma)
|
||||
PRODUCT_PACKAGES += \
|
||||
|
||||
Reference in New Issue
Block a user