mirror of
https://github.com/Evolution-X-Devices/device_google_zuma
synced 2026-02-01 07:40:34 +00:00
Zuma: Enable Secretkeeper on aosp targets
These are used for testing, enable Secretkeeper on these devices. Test: get_build_var SECRETKEEPER_ENABLED Bug: 341708664 Change-Id: I0fd0e3d5a16cab352c79228e89f9d2fdd6f886b7
This commit is contained in:
@@ -95,11 +95,6 @@ TRUSTY_KEYMINT_IMPL := rust
|
|||||||
ifeq ($(RELEASE_AVF_ENABLE_LLPVM_CHANGES),true)
|
ifeq ($(RELEASE_AVF_ENABLE_LLPVM_CHANGES),true)
|
||||||
# Set the environment variable to enable the Secretkeeper HAL service.
|
# Set the environment variable to enable the Secretkeeper HAL service.
|
||||||
SECRETKEEPER_ENABLED := true
|
SECRETKEEPER_ENABLED := true
|
||||||
# TODO(b/341708664): Enable Secretkeeper unconditionally once AOSP targets are built with
|
|
||||||
# compatible bootloader (24Q3+).
|
|
||||||
ifneq (,$(filter aosp_%,$(TARGET_PRODUCT)))
|
|
||||||
SECRETKEEPER_ENABLED := false
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# OEM Unlock reporting
|
# OEM Unlock reporting
|
||||||
|
|||||||
Reference in New Issue
Block a user