[roll] Roll fuchsia [fx] Ensure _FX_BUILD_DIR is set before calling `fx-set`.

This fixes the second issue describing in comment #2 of the
associated bug, i.e. the fact that `--dir=NAME` is ignored
when calling `fx set`, e.g.:

`fx --dir=out/juniper set core.x64`

would fail with a cryptic error message saying the build
directory was removed, because in reality the command
created out/core.x64 instead of out/juniper.

+ Add a missing mock `rbe` to get rid of annoying ERROR
  messages being displayed when running the test.

Original-Bug: 413713238
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1262366
Original-Revision: 8eb0b4940b53788ad1b9ea6291c9d540fc324476
GitOrigin-RevId: feb26b3f451c11a89c56171ed1e96c33856bbbcc
Change-Id: Ic2b56ce866ef9c6adcc2be7938f8ab4929f97a6d
1 file changed
tree: c95caae8414fdd1b3e384fc7699fae2ba802a769
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.