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

Commit e3a12021 authored by Devin Moore's avatar Devin Moore
Browse files

Add 202404 FCM to next release config

202404 FCM is now frozen and supported internally. Add the 202404 FCM to
all builds to allow freezing 202404 HAL interfaces and serving the new
versions in the next release config.
Create 202504 FCM for people to start working on the 202504 interface
changes. This new file is based on the internal 202504 file.

Merged-In: Ie6d38d27a287e258c30516e0030ad8c931d06432
Test: m
Bug: 328236210
Change-Id: Iaef8117a18441951070816344aecd24fdd4969f4
parent 285f0a8d
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.