Add automotive.can to current matrix.

ICanBus/.*
ICanController/.*

Bug: 131717099
Test: pass
Change-Id: Id9fe289af7e45752eddb45d07deac6352e4710fb
This commit is contained in:
Yifan Hong
2020-03-13 19:09:03 -07:00
parent 140597c6a0
commit 0e781cf922

View File

@@ -39,6 +39,18 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>android.hardware.automotive.can</name>
<version>1.0</version>
<interface>
<name>ICanBus</name>
<regex-instance>.*</regex-instance>
</interface>
<interface>
<name>ICanController</name>
<regex-instance>.*</regex-instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>android.hardware.automotive.evs</name>
<version>1.0</version>