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

Commit f836b35e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "trusty: keymint: trusty-keymint-apex.mk: fix condition" into main

parents acd1164f 74cc6c4f
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 \