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

Commit 24e492fe authored by Neeraj Kerkar's avatar Neeraj Kerkar Committed by Android (Google) Code Review
Browse files

Merge "Change graphics common version to 6" into main

parents 0b3e6300 2b31298f
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"],
        },
    ],