summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSnehal <snehalreddy@google.com>2023-12-13 06:47:49 +0000
committerSnehal Koukuntla <snehalreddy@google.com>2023-12-13 06:53:12 +0000
commite8719790546b747743f40df16b9bf51072c1f57a (patch)
tree0991fda68343ee9c6c029eb100fa7918c5682fa5
parented808b442579f892d1b98dda4121e345c2177c4d (diff)
downloadzuma-e8719790546b747743f40df16b9bf51072c1f57a.tar.gz
Add trusty code coverage controller daemon
Bug: 289523068 Change-Id: I473ac38a5f7b1540aea0b4588bc358f6855ff4b3
-rw-r--r--device.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index 5f44856..cf22ae6 100644
--- a/device.mk
+++ b/device.mk
@@ -820,11 +820,12 @@ endif
$(call inherit-product, system/core/trusty/trusty-storage.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 += \
trusty-ut-ctrl \
tipc-test \
trusty_stats_test \
+ trusty-coverage-controller \
include device/google/gs101/confirmationui/confirmationui.mk