From 935143f96d82f6a2a8f534d40e5bdcfb4c1d25a3 Mon Sep 17 00:00:00 2001 From: Armelle Laine Date: Wed, 14 Jul 2021 23:46:15 +0000 Subject: [PATCH] [device.mk] Enable Keymint and GateKeeper's Trusty implementation Bug: 193715461 Test: `vendor.keymint-trusty` and `vendor.gatekeeper-1-0` services up Change-Id: If49ff7daf16ef9f1dba9eedf5979d162ac96f756 Signed-off-by: Armelle Laine --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 6b9c4a42..9d72826c 100644 --- a/device.mk +++ b/device.mk @@ -750,7 +750,7 @@ endif # Trusty (KM, GK, Storage) $(call inherit-product, system/core/trusty/trusty-storage.mk) -#$(call inherit-product, system/core/trusty/trusty-base.mk) +$(call inherit-product, system/core/trusty/trusty-base.mk) # Trusty unit test tool PRODUCT_PACKAGES_DEBUG += trusty-ut-ctrl