[roll] Roll fuchsia [fx][qemu] Removing build logic from `fx qemu`

This removes the custom logic in `fx qemu` that attempts to only
build the artifacts needed to run the emulator.

As we are making changes to the build system, this logic
continues to be fragile and prone to unexpected results. The better
approach is to use the build system and have developers run
`fx build && fx qemu` to make sure all the relevant artifacts are up
to date before starting the emulator.

This also removes the `--no-build` flag since that is now the only
behavior.

Original-Bug: b/346574369
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1077852
Original-Revision: 2ae51402f30e6bdf7836e12dd43594884188c1f9
GitOrigin-RevId: e790710328ca76d8b981e5007d6b7e94c13a57c2
Change-Id: I4e3c0cec6fd41c07462fdde8203808895dd4f129
1 file changed
tree: 0b15aefc98fac719cfcb55bae01b9ecf9e5aa38a
  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 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.