Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74cc6c4f authored by Armelle Laine's avatar Armelle Laine
Browse files

trusty: keymint: trusty-keymint-apex.mk: fix condition

Bug: 392489757
Test: launch_cvd --secure_hals=guest_keymint_trusty_insecure
Change-Id: Icb3210012d04b13eec54858d3304c64eb9a0c4a8
parent acd1164f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ PRODUCT_PACKAGES += \
    android.hardware.security.keymint-service.trusty_tee.cpp \
    android.hardware.security.keymint-service.trusty_tee \

ifeq ($(findstring $(TRUSTY_SYSTEM_VM),enabled),enabled)
ifeq ($(findstring enabled, $(TRUSTY_SYSTEM_VM)),enabled)
    PRODUCT_PACKAGES += \
        android.hardware.security.keymint-service.trusty_system_vm \