finalize_branch_for_release.sh: works w/ VNDK

When the freeze adds new libraries to the VNDK, we also need to
update the VNDK script.

Bug: 190577319
Test: run script on internal branch
Change-Id: I6f0ab177df5027ced0c4e198bb8a908da088eb85
diff --git a/finalize_branch_for_release.sh b/finalize_branch_for_release.sh
index 75381e3..972ada1 100755
--- a/finalize_branch_for_release.sh
+++ b/finalize_branch_for_release.sh
@@ -19,6 +19,8 @@
 
 AIDL_TRANSITIVE_FREEZE=true m aidl-freeze-api
 
+m check-vndk-list || update-vndk-list.sh # for new versions of AIDL interfaces
+
 # TODO(b/229413853): test while simulating 'rel' for more requirements AIDL_FROZEN_REL=true
 m # test build