compat matrix: add ISap slot2
The framework supports this, but devices copied its support into each of their compat matrices instead of adding it once here. Bug: 290408770 Test: build Change-Id: I2de4f1365a6981a0a2ef7165c916fba91a340799
This commit is contained in:
parent
f7adf5463f
commit
719f646530
4 changed files with 4 additions and 0 deletions
|
@ -361,6 +361,7 @@
|
|||
<interface>
|
||||
<name>ISap</name>
|
||||
<instance>slot1</instance>
|
||||
<instance>slot2</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="true">
|
||||
|
|
|
@ -399,6 +399,7 @@
|
|||
<interface>
|
||||
<name>ISap</name>
|
||||
<instance>slot1</instance>
|
||||
<instance>slot2</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="true">
|
||||
|
|
|
@ -454,6 +454,7 @@
|
|||
<interface>
|
||||
<name>ISap</name>
|
||||
<instance>slot1</instance>
|
||||
<instance>slot2</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="true">
|
||||
|
|
|
@ -582,6 +582,7 @@
|
|||
<interface>
|
||||
<name>ISap</name>
|
||||
<instance>slot1</instance>
|
||||
<instance>slot2</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="true">
|
||||
|
|
Loading…
Reference in a new issue