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

Commit 196c1b53 authored by Devin Moore's avatar Devin Moore
Browse files

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
parent a1339afb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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