Merge "Set the environment variable to switch the Keymint HAL service to Rust" into udc-d1-dev

This commit is contained in:
Hasini Gunasinghe 2023-02-28 02:22:53 +00:00 committed by Android (Google) Code Review
commit 7f51fa5a41

View file

@ -76,6 +76,9 @@ PRODUCT_SOONG_NAMESPACES += \
LOCAL_KERNEL := $(TARGET_KERNEL_DIR)/Image.lz4 LOCAL_KERNEL := $(TARGET_KERNEL_DIR)/Image.lz4
# Set the environment variable to switch the Keymint HAL service to Rust
TRUSTY_KEYMINT_IMPL := rust
# OEM Unlock reporting # OEM Unlock reporting
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
ro.oem_unlock_supported=1 ro.oem_unlock_supported=1