[roll] Roll fuchsia [build][bazel] Add @fuchsia_build_info repository.

A new repository, built from a custom repository rule,
used to hold information specific to the current Fuchsia
build configuration. This is setup without depending on
Ninja-generated outputs.

- Generate the content of the build_args.bzl file.

  Also change references from
  @legacy_ninja_build_outputs//:build_args.bzl into
  @fuchsia_build_info//:build_args.bzl instead.

- Compute Fuchsia checkout timestamps and hashes in
  the same way as //build/info/BUILD.gn, and use
  LINT comments to ensure they are kept in sync.

Note that the @fuchsia_sdk_common repository, shared between
the Fuchsia platform build, and the Bazel SDK test suite,
is not used here (as the test suite should not depend on
the way the platform build is configured, only on the
final IDK / Bazel SDK generated by it).

Original-Bug: 322881092
Original-Bug: 42074238
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1016254
Original-Revision: 6ef4222f8dcbfea3b5e15fc569949de41a217ccd
GitOrigin-RevId: c22d73cbce95b2986393862d8ecd34635af8791e
Change-Id: I1f79d6d5ed7569d27e7beab17654deffd0ded379
1 file changed
tree: e5653ec562d65d0c10ae08a015b000fd17cf1388
  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.