wayne-common: Build Trust HAL

Change-Id: I92706987f8d3094cdfb82e71e5331b7efe69e5df
This commit is contained in:
Joey 2019-01-13 10:21:11 +01:00 committed by Max Weffers
parent 440c138626
commit 98494a1707
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE
3 changed files with 21 additions and 0 deletions

View file

@ -525,6 +525,15 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<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>

View file

@ -495,4 +495,12 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>vendor.lineage.trust</name>
<version>1.0</version>
<interface>
<name>IUsbRestrict</name>
<instance>default</instance>
</interface>
</hal>
</compatibility-matrix>

View file

@ -419,6 +419,10 @@ PRODUCT_PACKAGES += \
android.hardware.thermal@1.0-service \
thermal.sdm660
# Trust
PRODUCT_PACKAGES += \
vendor.lineage.trust@1.0-service
# USB
PRODUCT_PACKAGES += \
android.hardware.usb@1.0-service.basic \