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

Commit 615f29fa authored by Steven Moreland's avatar Steven Moreland Committed by Android (Google) Code Review
Browse files

Merge "Revert "updatable-via-apex on c2 manifest"" into main

parents 55ec30f6 206960e4
Loading
Loading
Loading
Loading
+1 −14
Original line number Diff line number Diff line
@@ -8,20 +8,7 @@
            <instance>software</instance>
        </interface>
    </hal>

    <!--
        This (and above) are actually served as part of the swcodec APEX.
        However, this was one of the first APEXEes, so they were created
        before APEX supported VINTF manifest. So, devices have old manifest
        entries, and the manifest is not in the APEX. The manifest also
        does not contain updatable-via-apex until Android 16 (B). Because of
        this, if the version is updated, vts_treble_vintf_vendor_test may
        fail on old devices which have the updated mainline module. If the
        manifest entry is conditionally added to the APEX, so that it is only
        read on new devices, we could move this entry from the platform into
        the APEX.
    -->
    <hal format="aidl" updatable-via-apex="true">
    <hal format="aidl">
        <name>android.hardware.media.c2</name>
        <version>1</version>
        <fqname>IComponentStore/software</fqname>