diff --git a/atoll.mk b/atoll.mk index 9ea6e42..ec7c410 100644 --- a/atoll.mk +++ b/atoll.mk @@ -358,5 +358,9 @@ PRODUCT_PACKAGES += \ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/thermal_info_config.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json +# Trust +PRODUCT_PACKAGES += \ + vendor.lineage.trust@1.0-service + # Inherit proprietary targets $(call inherit-product, vendor/xiaomi/sm6250-common/sm6250-common-vendor.mk)