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

Commit 8c583d85 authored by Steven Moreland's avatar Steven Moreland
Browse files

Freeze 'current' matrix as '5'.

To signify this as being ready for release.

Bug: 147496715
Test: build & boot cf (which is at target-level 5)
Change-Id: I7bb9d561506849bac2353d9356a6580f6e2393ab
parent a37ed88e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -79,10 +79,10 @@ vintf_compatibility_matrix {
}

vintf_compatibility_matrix {
    name: "framework_compatibility_matrix.current.xml",
    stem: "compatibility_matrix.current.xml",
    name: "framework_compatibility_matrix.5.xml",
    stem: "compatibility_matrix.5.xml",
    srcs: [
        "compatibility_matrix.current.xml",
        "compatibility_matrix.5.xml",
    ],
    kernel_configs: [
        "kernel_config_r_4.14",
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ my_system_matrix_deps := \
    framework_compatibility_matrix.2.xml \
    framework_compatibility_matrix.3.xml \
    framework_compatibility_matrix.4.xml \
    framework_compatibility_matrix.current.xml \
    framework_compatibility_matrix.5.xml \
    framework_compatibility_matrix.device.xml \

my_framework_matrix_deps += \
+2 −2
Original line number Diff line number Diff line
@@ -217,7 +217,7 @@
    </hal>
    <hal format="hidl" optional="false">
        <name>android.hardware.graphics.allocator</name>
        <!-- TODO(b/136016160): deprecating 2.0. New devices should not use this -->
        <!-- New, non-Go devices should use 4.0, tested in vts_treble_vintf_vendor_test -->
        <version>2.0</version>
        <version>3.0</version>
        <version>4.0</version>
@@ -236,7 +236,7 @@
    </hal>
    <hal format="hidl" optional="false">
        <name>android.hardware.graphics.mapper</name>
        <!-- TODO(b/136016160): deprecating 2.1. New devices should not use this -->
        <!-- New, non-Go devices should use 4.0, tested in vts_treble_vintf_vendor_test -->
        <version>2.1</version>
        <version>3.0</version>
        <version>4.0</version>