[roll] Roll fuchsia [build][bazel_sdk] Ensure proper formatting of @fuchsia_sdk repository.

To ensure that the content of the @fuchsia_sdk Bazel repository
is properly formatted, run the host 'buildifier' tool on all generated
files after all templates were expanded.

This will automatically fix most minor issues (e.g. load-on-top).
An error will still be printed when remainining issues like
module-docstring of bzl-visibility persist, as they will need
manual corrections in the templates themselves or the generator.

+ Add missing module docstring in generated_constants.bzl
+ Add missing exported symbol in @fuchsia_sdk//:defs.bzl

Original-Bug: b/317964424
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/966652
Original-Revision: 7c60cca99e483ac3351087806dd1cc6133f41240
GitOrigin-RevId: 5d45825322f3616666cb432b2bf154d27b51e291
Change-Id: If34855e24c7a2175a2cb3a5ea6206bfba3b2f249
1 file changed
tree: b94fe4a38ce27e5a50e40305e06e3e444efebe86
  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.