Skip to content
Snippets Groups Projects
Commit 063c86e3 authored by Joey's avatar Joey Committed by Artem Borisov
Browse files

msm8953-common: Build Trust HAL


Change-Id: I92706987f8d3094cdfb82e71e5331b7efe69e5df
Signed-off-by: default avatarJoey <joey@lineageos.org>
parent 4050dc67
No related branches found
No related tags found
No related merge requests found
......@@ -409,6 +409,15 @@
<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>
<hal format="hidl">
<name>vendor.qti.data.factory</name>
<transport>hwbinder</transport>
......
......@@ -331,6 +331,10 @@ PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/thermal-engine.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine.conf
# Trust HAL
PRODUCT_PACKAGES += \
vendor.lineage.trust@1.0-service
# USB HAL
PRODUCT_PACKAGES += \
android.hardware.usb@1.0-service.basic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment