From 716cae6be5535266648e9d83933af07a7c41e7aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andy=20=7C=20=E3=82=A2=E3=83=B3=E3=83=87=E3=82=A3?= Date: Thu, 14 Sep 2023 15:00:30 +0800 Subject: [PATCH] sm6375-common: Add check for lineage trust This will check if the rom hardware interfaces including the packages --- holi.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/holi.mk b/holi.mk index 3ec90fe..8364201 100644 --- a/holi.mk +++ b/holi.mk @@ -440,8 +440,10 @@ PRODUCT_PACKAGES += \ android.hardware.thermal@2.0-service.qti # Trust +ifneq ($(wildcard hardware/*/interfaces/trust),) PRODUCT_PACKAGES += \ vendor.lineage.trust@1.0-service +endif # Update engine PRODUCT_PACKAGES += \