Vendor API level 202404 is now frozen
Update the state to 'vintf' so we don't try to re-finalize the same level. Ignore-AOSP-First: VINTF 202404 Finalization Bug: 279809333 Test: build Change-Id: I06530eedaeb69cc9d4a9b3af5b91a101ab2eab7d
This commit is contained in:
parent
31940a51ad
commit
6df2f8f647
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export FINAL_MAINLINE_EXTENSION='58'
|
|||
# 'vintf' - VINTF is finalized
|
||||
# 'sdk' - VINTF and SDK/API are finalized
|
||||
# 'rel' - branch is finalized, switched to REL
|
||||
export FINAL_STATE='unfinalized'
|
||||
export FINAL_STATE='vintf'
|
||||
|
||||
export BUILD_FROM_SOURCE_STUB=true
|
||||
|
||||
|
|
Loading…
Reference in a new issue