msm8974-common: Build Trust HAL

Change-Id: I2a426b2c2dda70f41e3c3ea6f85905b0daf65f0d
Signed-off-by: Joey <joey@lineageos.org>
This commit is contained in:
Joey 2019-01-09 18:02:45 +00:00 committed by Kevin F. Haggerty
parent 88778ca52a
commit 021211d1ea
No known key found for this signature in database
GPG key ID: 6D95512933112729
2 changed files with 13 additions and 0 deletions

View file

@ -216,4 +216,13 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.lineage.trust</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IUsbRestrict</name>
<instance>default</instance>
</interface>
</hal>
</manifest>

View file

@ -178,6 +178,10 @@ PRODUCT_PACKAGES += \
android.hardware.sensors@1.0-impl.samsung8974 \
android.hardware.sensors@1.0-service.samsung8974
# Trust HAL
PRODUCT_PACKAGES += \
vendor.lineage.trust@1.0-service
# USB
PRODUCT_PACKAGES += \
android.hardware.usb@1.0-service.basic