[roll] Roll fuchsia [sdk][ffx] De-dup ffx_tool atom files entries

Based on feedback from the initial sdk metadata, change the files
section to be an object with three fields:

- executable: the binary, previously at the top level
- executable_metadata: the fho metadata file for the executable
- support (optional): other files the subtool uses

Previously the executable* items were at the top level, and then
duplicated in files. This was somewhat convenient for writing
distribution logic for the tools, since it's the same as host tools, but
this makes things a bit clearer and we can make the logic down the line
handle it.

This also updates the build and ffx sdk tests to correct for changes in the
metadata formats.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/837997
Original-Revision: f3b8e5fa5f05203c78d39e96571dd113890375a5
GitOrigin-RevId: fadda5e1e504cfc1fecb73957141a9f776ab4e1e
Change-Id: I09589ea08c157f8c13fa9ca91f354fb87faaf2ee
1 file changed
tree: 904539ad5e494c5bf9396f7e1e0b94bd828bec5a
  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.