From 26a23b76dee2d5bcde50ca99b0856ec1ff34f3f9 Mon Sep 17 00:00:00 2001 From: Raphael Herouart Date: Thu, 7 Mar 2024 12:32:38 +0000 Subject: [PATCH] [Trusty] tipc-test is missing for p21. Bug: 328562462 Test: Local build Pass. Change-Id: Idb98464ef1f0a15087b124d50edb4691d39046c5 --- device.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 182f75d1..6202dd04 100644 --- a/device.mk +++ b/device.mk @@ -790,7 +790,9 @@ $(call inherit-product, system/core/trusty/trusty-base.mk) include device/google/gs-common/trusty/trusty.mk # Trusty unit test tool -PRODUCT_PACKAGES_DEBUG += trusty-ut-ctrl +PRODUCT_PACKAGES_DEBUG += \ + trusty-ut-ctrl \ + tipc-test include device/google/gs101/confirmationui/confirmationui.mk