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
This commit is contained in:
Steven Moreland 2022-04-22 22:07:27 +00:00
parent e95beadd9a
commit 392499bd75

View file

@ -19,6 +19,8 @@ set -x
AIDL_TRANSITIVE_FREEZE=true m aidl-freeze-api 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 # TODO(b/229413853): test while simulating 'rel' for more requirements AIDL_FROZEN_REL=true
m # test build m # test build