AbstractSync: Build "next" image when building regular images
The "next" image is built in parallel with regular image builds. A
separate state directory is used for it.
This behavior can be disabled by setting build_mw_next_container_image
to False in scap.cfg (or -Dbuild_mw_next_container_image:False on the
command line).
Bug: T398875