Add trusty code coverage controller daemon

Bug: 289523068

Change-Id: I473ac38a5f7b1540aea0b4588bc358f6855ff4b3
This commit is contained in:
Snehal 2023-12-13 06:47:49 +00:00 committed by Snehal Koukuntla
parent ed808b4425
commit e871979054

View file

@ -820,11 +820,12 @@ endif
$(call inherit-product, system/core/trusty/trusty-storage.mk) $(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 # Trusty unit test tool 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