Add trusty code coverage controller daemon

Bug: 289523068

Change-Id: Ia385a7d4173f72cfefcd69c61455ea89b6d1e879
This commit is contained in:
Snehal 2023-09-29 09:11:29 +00:00 committed by Snehal Koukuntla
parent 050b892544
commit 076b774f9e

View file

@ -815,11 +815,12 @@ $(call inherit-product, system/core/trusty/trusty-base.mk)
# Trusty dump # Trusty dump
include device/google/gs-common/trusty/trusty.mk include device/google/gs-common/trusty/trusty.mk
# Trusty unit test tool # Trusty unit test and code coverage tool
PRODUCT_PACKAGES_DEBUG += \ PRODUCT_PACKAGES_DEBUG += \
trusty-ut-ctrl \ trusty-ut-ctrl \
tipc-test \ tipc-test \
trusty_stats_test \ trusty_stats_test \
trusty-coverage-controller \
include device/google/gs101/confirmationui/confirmationui.mk include device/google/gs101/confirmationui/confirmationui.mk