Adds IWirelessCharger 1.2 to the Vendor Freeze redfin framework matrix.

This change also marks 1.3 as optional.
Older redfin vendor images only provide 1.2.

Bug: 183502398
Test: build & boot redfin VF with R vendor and S system
Change-Id: I236e961ad9c40ddc5bb30259d56429a56950d345
This commit is contained in:
Daniel Norman 2021-03-23 09:22:22 -07:00
parent 95e87f3721
commit 16a36993e3
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<compatibility-matrix version="1.0" type="framework">
<hal format="hidl" optional="false">
<hal format="hidl" optional="true">
<name>vendor.google.wireless_charger</name>
<version>1.3</version>
<interface>

View File

@ -23,4 +23,12 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="false">
<name>vendor.google.wireless_charger</name>
<version>1.2</version>
<interface>
<name>IWirelessCharger</name>
<instance>default</instance>
</interface>
</hal>
</compatibility-matrix>