Change android V vintf level from 9 to 202404
Without this change to libvintf, changing the compatibility level in
compatibility_matrix.202404.xml to `202404` caused a build failure
because the value was unknown to libvintf. See https://android-review.git.corp.google.com/c/platform/system/libvintf/+/2903469
NO_IFTTT=not adding a new level, just changing the value of existing one
Test: atest libvintffm_test vintf_object_test libvintf_test
Bug: 314845349
Merged-In: I8bd03fef8078828704d6ed62081176d80ee5414d
Change-Id: I8bd03fef8078828704d6ed62081176d80ee5414d
diff --git a/include/vintf/Level.h b/include/vintf/Level.h
index 4a8c277..484661f 100644
--- a/include/vintf/Level.h
+++ b/include/vintf/Level.h
@@ -41,7 +41,7 @@
S = 6,
T = 7,
U = 8,
- V = 9,
+ V = 202404,
// To add new values: (1) add above this line. (2) edit if needed:
// - RuntimeInfo::gkiAndroidReleaseToLevel
// - analyze_matrix.cpp, GetDescription()