From e551c833becffaa1059ba6f0c4189994cecbd0ff Mon Sep 17 00:00:00 2001 From: Joey Date: Sun, 13 Jan 2019 10:21:11 +0100 Subject: [PATCH] davinci: Build Trust HAL Change-Id: I92706987f8d3094cdfb82e71e5331b7efe69e5df Signed-off-by: Joey --- configs/hidl/manifest.xml | 9 +++++++++ device.mk | 4 ++++ 2 files changed, 13 insertions(+) diff --git a/configs/hidl/manifest.xml b/configs/hidl/manifest.xml index 3e1e182..26e7df3 100644 --- a/configs/hidl/manifest.xml +++ b/configs/hidl/manifest.xml @@ -440,6 +440,15 @@ default + + vendor.lineage.trust + hwbinder + 1.0 + + IUsbRestrict + default + + vendor.nxp.hardware.nfc hwbinder diff --git a/device.mk b/device.mk index d9d54e4..afd3655 100644 --- a/device.mk +++ b/device.mk @@ -359,6 +359,10 @@ PRODUCT_PACKAGES += \ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml +# Trust HAL +PRODUCT_PACKAGES += \ + vendor.lineage.trust@1.0-service + # Uevent PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/rootdir/etc/ueventd.rc:$(TARGET_COPY_OUT_VENDOR)/ueventd.rc