Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit fd6859f6 authored by Michael Bestas's avatar Michael Bestas Committed by Michael Bestas
Browse files

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
parent 8781c974
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -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">