[roll] Roll fuchsia [make-fuchsia-vol] Prefix images with fuchsia build dir

`make-fuchsia-vol --fuchsia-build-dir ...` will look up the images
out of the build directory's `images.json` file and use them if
the paths were not specified on the command line. However, the
image paths in `images.json` are relative to the build directory.
This meant that this option could only be specified in the build
directory.

This patch fixes the problem by prefixing the `images.json` paths
with the build directory.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/744882
Original-Revision: fd73a967991ea0450da82c21b19f3c5d78a242ff
GitOrigin-RevId: 2cd3f5c1cca720a44ee81d5becbff135c02d4093
Change-Id: Ibb6fcc4b537f23c1ab7363d3475715498abc213f
1 file changed
tree: 5724006588e74a72ecb484078fb99723e06b558a
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.