Update vintf levels for finalization script

This year's vintf levels changed from 9 to 202404, so the levels in the
finalization script need to change.

Ignore-AOSP-First: b/304316873#comment10

Test: ./finalize-vintf-resources.sh
Bug: 320589170
Change-Id: I2e9b3953233c8d032f44f379546919b9f3642a6f
This commit is contained in:
Devin Moore
2024-01-17 16:40:29 +00:00
parent a1339afbb3
commit 196c1b5352

View File

@@ -23,8 +23,8 @@ function finalize_vintf_resources() {
function create_new_compat_matrix() {
# The compatibility matrix versions are bumped during vFRC
# These will change every time we have a new vFRC
export CURRENT_COMPATIBILITY_MATRIX_LEVEL='9'
export FINAL_COMPATIBILITY_MATRIX_LEVEL='10'
export CURRENT_COMPATIBILITY_MATRIX_LEVEL='202404'
export FINAL_COMPATIBILITY_MATRIX_LEVEL='202504'
local top="$(dirname "$0")"/../../../..
source $top/build/make/tools/finalization/environment.sh