From 076b774f9ef2ac3401b1fcde04f58bee2c96cfc9 Mon Sep 17 00:00:00 2001 From: Snehal Date: Fri, 29 Sep 2023 09:11:29 +0000 Subject: [PATCH] Add trusty code coverage controller daemon Bug: 289523068 Change-Id: Ia385a7d4173f72cfefcd69c61455ea89b6d1e879 --- device.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device.mk b/device.mk index deacf7f6..cb0c4c4d 100644 --- a/device.mk +++ b/device.mk @@ -815,11 +815,12 @@ $(call inherit-product, system/core/trusty/trusty-base.mk) # Trusty dump include device/google/gs-common/trusty/trusty.mk -# Trusty unit test tool +# Trusty unit test and code coverage tool PRODUCT_PACKAGES_DEBUG += \ trusty-ut-ctrl \ tipc-test \ trusty_stats_test \ + trusty-coverage-controller \ include device/google/gs101/confirmationui/confirmationui.mk