Files
device_google_redfin/device_framework_matrix_product.xml
Daniel Norman 385b17c0cd Changes wireless_charger HAL from optional to required.
This HAL is always provided by the Android 11+ vendor implementation.

Test: Build redfin with S system and vendor.
Test: Build and merge redfin with S system and R vendor.
Bug: 176123039
Change-Id: I38196b5efae920d0298aedb5cabf0b82bfdef6f6
2021-01-07 10:08:48 -08:00

11 lines
337 B
XML

<compatibility-matrix version="1.0" type="framework">
<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>