From 6df2f8f647020188dcb63c0caca0541a33bc9d83 Mon Sep 17 00:00:00 2001 From: Devin Moore Date: Tue, 27 Feb 2024 00:04:50 +0000 Subject: [PATCH] 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 --- tools/finalization/environment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/finalization/environment.sh b/tools/finalization/environment.sh index 701f79752e..7961e8bc3e 100755 --- a/tools/finalization/environment.sh +++ b/tools/finalization/environment.sh @@ -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