[roll] Roll fuchsia [ffx] Add correct target_type to target list JSON

The JSON formatting code and the tabular formatting code use different
logic for computing the target_type field. I think this was just an
oversight when the tabular format was updated to take into account the
build configuration information, as the JSON code was not updated at
that time.

This unifies the logic for both so hopefully it is clear now if
something changes for one that it will/should change for the other.

Original-Bug: 86588

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/594023
Original-Revision: 72117540255f3f445e894494f81782dbaff94dc2
GitOrigin-RevId: eeb76ec2f1230d11cd06558af0e419054eadeb72
Change-Id: Idede612187415dd7b615637d2677c27dc0b47c0d
1 file changed
tree: b89ab551a7fc8e7b227b63d88e74178c57767ae9
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. test_durations
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.