Update cros.sh

This commit is contained in:
Yuxiang Zhang 2020-02-01 23:00:24 +08:00 committed by GitHub
parent 0f25419586
commit 448d59d1f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,6 +68,8 @@ for repo in $($MANIFEST_XML_REPOLIST $MANIFEST_DIR/default.xml cros chromium); d
fi
done
wait # wait for all background jobs
if [[ -z ${DRY_RUN:-} && "$USE_BITMAP_INDEX" == "1" ]]; then
git_repack
fi