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

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

Revert "updatable-via-apex on c2 manifest"

This reverts commit d1ea38b8.

Reason for revert: b/388642823

Change-Id: I5013f4ccd19b513eb8c7addc3dce7d56bb1b8ee6
parent d1ea38b8
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>