Zuma: Disable Secretkeeper HAL for aosp build am: 91d8fcccea
am: 696ed20840
Original change: https://android-review.googlesource.com/c/device/google/zuma/+/3161976 Change-Id: Iba7300b26e100b1ac5e26a0d44c93e1a064e8e0f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
21f55b92ea
1 changed files with 5 additions and 0 deletions
|
@ -95,6 +95,11 @@ 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue