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

Commit 51c2631a authored by Devin Moore's avatar Devin Moore Committed by Gerrit Code Review
Browse files

Merge "Add 202404 FCM to next release config" into main

parents 530235c8 e3a12021
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -82,3 +82,13 @@ vintf_compatibility_matrix {
        "kernel_config_v_6.6",
    ],
}

vintf_compatibility_matrix {
    name: "framework_compatibility_matrix.202504.xml",
    stem: "compatibility_matrix.202504.xml",
    srcs: ["compatibility_matrix.202504.xml"],
    kernel_configs: [
        "kernel_config_w_6.next",
    ],

}
+2 −1
Original line number Diff line number Diff line
@@ -105,13 +105,14 @@ my_system_matrix_deps := \
    framework_compatibility_matrix.6.xml \
    framework_compatibility_matrix.7.xml \
    framework_compatibility_matrix.8.xml \
    framework_compatibility_matrix.202404.xml \
    framework_compatibility_matrix.device.xml \

# Only allow the use of the unreleased compatibility matrix when we can use unfrozen
# interfaces (in the `next` release configuration).
ifeq ($(RELEASE_AIDL_USE_UNFROZEN),true)
my_system_matrix_deps += \
    framework_compatibility_matrix.202404.xml \
    framework_compatibility_matrix.202504.xml \

endif

+693 −0

File added.

Preview size limit exceeded, changes collapsed.