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

Commit 50269c0a authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove HIDL media C2 from 202404 compatibility matrix" into main am:...

Merge "Remove HIDL media C2 from 202404 compatibility matrix" into main am: 10e58a2c am: 6d5334a0

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2929440



Change-Id: Ic0a391b96ecd8e4d3e01d7b76b4d2d6b6e63dbe7
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 74e851c0 6d5334a0
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -94,3 +94,11 @@ vintf_compatibility_matrix {
        "kernel_config_v_6.6",
    ],
}

vintf_compatibility_matrix {
    name: "framework_compatibility_matrix.tmp.xml",
    stem: "compatibility_matrix.tmp.xml",
    srcs: [
        "compatibility_matrix.tmp.xml",
    ],
}
+2 −1
Original line number Diff line number Diff line
@@ -112,7 +112,8 @@ my_system_matrix_deps := \
# interfaces (in the `next` release configuration).
ifeq ($(RELEASE_AIDL_USE_UNFROZEN),true)
my_system_matrix_deps += \
    framework_compatibility_matrix.202404.xml
    framework_compatibility_matrix.202404.xml \
    framework_compatibility_matrix.tmp.xml
endif

my_framework_matrix_deps += \
+0 −19
Original line number Diff line number Diff line
@@ -345,25 +345,6 @@
            <instance>default</instance>
        </interface>
    </hal>
    <hal format="hidl">
        <name>android.hardware.media.c2</name>
        <version>1.0-2</version>
        <interface>
            <name>IComponentStore</name>
            <instance>software</instance>
            <regex-instance>default[0-9]*</regex-instance>
            <regex-instance>vendor[0-9]*_software</regex-instance>
        </interface>
    </hal>
    <hal format="hidl">
        <name>android.hardware.media.c2</name>
        <version>1.0</version>
        <interface>
            <name>IConfigurable</name>
            <instance>default</instance>
            <instance>software</instance>
        </interface>
    </hal>
    <hal format="aidl">
        <name>android.hardware.media.c2</name>
        <version>1</version>
+24 −0
Original line number Diff line number Diff line
<compatibility-matrix version="1.0" type="framework" level="202404">
  <!-- This file holds the HIDL media.c2 interface while it
  is being deprecated. This will be removed after the flag ramping
  complete. This interface is not allowed in the 202404 vendor interface -->
    <hal format="hidl" optional="true">
        <name>android.hardware.media.c2</name>
        <version>1.0-2</version>
        <interface>
            <name>IComponentStore</name>
            <instance>software</instance>
            <regex-instance>default[0-9]*</regex-instance>
            <regex-instance>vendor[0-9]*_software</regex-instance>
        </interface>
    </hal>
    <hal format="hidl" optional="true">
        <name>android.hardware.media.c2</name>
        <version>1.0</version>
        <interface>
            <name>IConfigurable</name>
            <instance>default</instance>
            <instance>software</instance>
        </interface>
    </hal>
</compatibility-matrix>