From 44395a813898e89e3f83d3cf0657d4d6e00f1ccc Mon Sep 17 00:00:00 2001 From: Alex Buynytskyy Date: Wed, 26 Apr 2023 05:17:13 +0000 Subject: [PATCH] Mark udc-dev as finalized branch. Ignore-AOSP-First: This CL is only meant internal udc-dev at this time. Test: ./build-step-1-and-m.sh Bug: 279615150 Change-Id: I9920da7605cf6861742607a62222287f0c79b003 --- 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 796ccc6c39..d95bea05db 100755 --- a/tools/finalization/environment.sh +++ b/tools/finalization/environment.sh @@ -18,4 +18,4 @@ export FINAL_MAINLINE_EXTENSION='7' # 'unfinalized' - branch is in development state, # 'sdk' - SDK/API is finalized # 'rel' - branch is finalized, switched to REL -export FINAL_STATE='sdk' +export FINAL_STATE='rel'