Merge "All hals are marked optional in compatibility matrices (U)"
This commit is contained in:
commit
a9259fafd6
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<compatibility-matrix version="1.0" type="framework" level="8">
|
||||
<hal format="hidl" optional="false">
|
||||
<hal format="hidl" optional="true">
|
||||
<name>android.hardware.audio</name>
|
||||
<version>6.0</version>
|
||||
<version>7.0-1</version>
|
||||
|
@ -347,7 +347,7 @@
|
|||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="aidl" optional="false">
|
||||
<hal format="aidl" optional="true">
|
||||
<name>android.hardware.health</name>
|
||||
<version>1-2</version>
|
||||
<interface>
|
||||
|
@ -485,7 +485,7 @@
|
|||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="aidl" optional="false">
|
||||
<hal format="aidl" optional="true">
|
||||
<name>android.hardware.power</name>
|
||||
<version>2-3</version>
|
||||
<interface>
|
||||
|
|
Loading…
Reference in a new issue