config: Move IAntiFlicker to fqname

Fixes:
ERROR: HIDL interface vendor.lineage.livedisplay@2.0::IAntiFlicker is
referenced in /system/etc/vintf/compatibility_matrix.device.xml,
but there is no corresponding .hal definition associated with a
hidl_interface module in this build. Typo?

Change-Id: If7708540351db6f465504ed433638653e2c52503
This commit is contained in:
Michael Bestas
2023-06-21 14:44:08 +03:00
committed by Michael Bestas
parent 8781c974a4
commit fd6859f6c7

View File

@@ -40,16 +40,11 @@
<!-- Display -->
<hal format="hidl" optional="true">
<name>vendor.lineage.livedisplay</name>
<version>2.0</version>
<version>2.1</version>
<version>2.0-1</version>
<interface>
<name>IAdaptiveBacklight</name>
<instance>default</instance>
</interface>
<interface>
<name>IAntiFlicker</name>
<instance>default</instance>
</interface>
<interface>
<name>IAutoContrast</name>
<instance>default</instance>
@@ -78,6 +73,7 @@
<name>ISunlightEnhancement</name>
<instance>default</instance>
</interface>
<fqname>@2.1::IAntiFlicker/default</fqname>
</hal>
<!-- Touch -->
<hal format="hidl" optional="true">