Merge "Script updates." am: b2be62551c am: acd53a5601 am: af7728ebfe

Original change: https://android-review.googlesource.com/c/platform/build/+/2530965

Change-Id: Id486c502493f8bfe0658ac590e0998e0f9548f46
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2023-04-12 03:15:03 +00:00
committed by Automerger Merge Worker
6 changed files with 31 additions and 10 deletions

View File

@@ -12,4 +12,10 @@ export FINAL_PLATFORM_VERSION='14'
export FINAL_BUILD_PREFIX='UP1A'
export FINAL_MAINLINE_EXTENSION='7'
export FINAL_MAINLINE_EXTENSION='7'
# Options:
# 'unfinalized' - branch is in development state,
# 'sdk' - SDK/API is finalized
# 'rel' - branch is finalized, switched to REL
export FINAL_STATE='unfinalized'