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

Commit 2b31298f authored by Neeraj Kerkar's avatar Neeraj Kerkar
Browse files

Change graphics common version to 6

Media Quality AIDL is imported in Composer HAL which uses V6
This causes build errors if the version is not consistent.
Also add IPictureProfileChangedListener to compatibility matrix.

Bug: 337330263
Test: Tested by ag/31743741
Change-Id: I080837bf96fd22ced67799a73ac0aab32488e7c1
parent f450a1c0
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -709,6 +709,14 @@
            <instance>default</instance>
        </interface>
    </hal>
    <hal format="aidl" optional="true">
        <name>android.hardware.tv.mediaquality</name>
        <version>1</version>
        <interface>
            <name>IPictureProfileChangedListener</name>
            <instance>default</instance>
        </interface>
    </hal>
    <!-- The native mapper HAL must exist on the device -->
    <hal format="native">
        <name>mapper</name>
+8 −0
Original line number Diff line number Diff line
@@ -709,6 +709,14 @@
            <instance>default</instance>
        </interface>
    </hal>
    <hal format="aidl" optional="true">
        <name>android.hardware.tv.mediaquality</name>
        <version>1</version>
        <interface>
            <name>IPictureProfileChangedListener</name>
            <instance>default</instance>
        </interface>
    </hal>
    <!-- The native mapper HAL must exist on the device -->
    <hal format="native">
        <name>mapper</name>
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ aidl_interface {
        "android/hardware/tv/mediaquality/*.aidl",
    ],
    imports: [
        "android.hardware.graphics.common-V5",
        "android.hardware.graphics.common-V6",
    ],
    stability: "vintf",
    backend: {
@@ -38,7 +38,7 @@ aidl_interface {
    versions_with_info: [
        {
            version: "1",
            imports: ["android.hardware.graphics.common-V5"],
            imports: ["android.hardware.graphics.common-V6"],
        },
    ],