[roll] Roll fuchsia [bazel] Populate args.bzl based on calculated GN arg values

Write the calculated GN arg values to a JSON file, and use that to
populate `args.bzl`. This new rule replaces the `gn_build_args.txt`
mechanism.

Also:
* Remove the `clang_prefix` workaround for the old mechanism.
* Move `truncate_build_info_commit_date` to a .gni file, which can be
  imported.

Original-Bug: 415124186
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1266479
Original-Revision: 37a9db5c905edcb5c49db400254dc0d68b0c9ec4
GitOrigin-RevId: fe43d4c910a652d72e97bb90216070705767efa4
Change-Id: I95784b4503ecdb6d7dbc33c233e9b4c588319c9c
1 file changed
tree: a4e87050a0512d041ecaff40293e9bb96d3dc368
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.