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
diff --git a/compatibility_matrices/Android.bp b/compatibility_matrices/Android.bp
index dd502ba..951ca85 100644
--- a/compatibility_matrices/Android.bp
+++ b/compatibility_matrices/Android.bp
@@ -82,3 +82,13 @@
"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",
+ ],
+
+}