Skip to content

Call git submodule sync before git submodule update

Ahmon Dancy requested to merge master-c5d7 into master

update_submodules():
Call sync_submodules() before running git submodule update. This ensures
that the submodule update will always use up-to-date submodule repo URLs.

Bug: T335602
Bug: T157694

Merge request reports