[roll] Roll fuchsia [publish] Fix `fx publish`.

`fx publish cache` is broken because it tries to run
`fx build build/images/updates:prepare_publish`, but the GN build graph
is unaware of that target by default.
So, add it to `//:root_targets` for now.

This is intended as a quick fix, with a follow-up cleanup cl if
feasible.

Original-Bug: 324385881
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/988152
Original-Revision: 5ec569507be5f66fc6c2651c4d21d955c6bfed50
GitOrigin-RevId: ad5422ee809140e0623ad71b5c0a3d0fef0d844b
Change-Id: I9d90af6ef71d26c73c2d3c53bcc57f7ef3d6f64d
1 file changed
tree: 0e56ee0e70f956ef3ac08ea51c71654cc4ccafa6
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.