Extract finalization build to a separate script.

For finalization CI we'll do multiple builds and tests in a separate
branch.

Bug: 243966946
Test: abdt in nightly
Change-Id: Ie90705de3145c06363536613e57c0de504b5eb1b
diff --git a/finalize-step-1.sh b/finalize-step-1.sh
index 857b47f..e723402 100755
--- a/finalize-step-1.sh
+++ b/finalize-step-1.sh
@@ -23,7 +23,7 @@
     revert_local_changes
 
     # vndk etc finalization
-    source $top/build/make/finalize_branch_for_release.sh
+    source $top/build/make/finalize-aidl-vndk-sdk-resources.sh
 
     # move all changes to fina-step1 branch and commit with a robot message
     repo forall -c 'if [[ $(git status --short) ]]; then repo start fina-step1 ; git add -A . ; git commit -m FINALIZATION_STEP_1_SCRIPT_COMMIT -m WILL_BE_AUTOMATICALLY_REVERTED ; repo upload --cbr --no-verify -t -y . ; fi'