[roll] Roll fuchsia [build] Add support to fint for new build_only and test-group labels

Adds support to fint for the following new GN args that
are used to add tests to a build:

These are all lists of labels:
  hermetic_test_package_labels
  test_package_labels
  e2e_test_labels
  host_test_labels
  developer_test_labels

And a boolean to control whether tests are in base or
in discoverable:
  tests_in_base

As well as wiring up a previously unused //build/input:build_only
group to a new 'build_only' label, so that it can be used by
developers and recipes to add build targets that are not to be
added to the product, and are not tests, but should be built.

Original-Bug: b/297440473
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/907501
Original-Revision: 1ddcb04624d747d08986054e7d869a3f4f08cdaf
GitOrigin-RevId: 95070369c71fefe5bda98c48bd5b6eb37c77a49e
Change-Id: I016d7b0b4c0d7254d8a87d898e339a554f385ed6
1 file changed
tree: 2b5188552df875af8b4d7ea2e1c0117b05beeaf0
  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.