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

Commit 951fce0f 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
(cherry picked from commit 0e0665efec1b61ef329a370b9483937b7ce9ac9f)
Merged-In: I7bb9d561506849bac2353d9356a6580f6e2393ab
parent 8a8f0d77
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 += \