Revert "[build][bazel] Add @fuchsia_build_info repository."

This reverts commit 6ef4222f8dcbfea3b5e15fc569949de41a217ccd.

Reason for revert: b/331738211

Original change's description:
> [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).
>
> Bug: 322881092
> Bug: 42074238
> Change-Id: I071679ee33f881495f4a90b3fee3d7b39bb53091
> Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1016254
> Reviewed-by: David Fang <fangism@google.com>
> Commit-Queue: David Turner <digit@google.com>

Bug: 322881092
Bug: 42074238
Change-Id: Ifee279f61cc1a182cc799392c1ad363c57292e99
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1016978
Reviewed-by: RubberStamper 🤖 <android-build-ayeaye@system.gserviceaccount.com>
12 files changed
tree: 73fcf5836930157623dcf6a005aed15795f1b0fc
  1. boards/
  2. build/
  3. bundles/
  4. docs/
  5. examples/
  6. infra/
  7. products/
  8. scripts/
  9. sdk/
  10. src/
  11. third_party/
  12. tools/
  13. zircon/
  14. .clang-format
  15. .clang-tidy
  16. .editorconfig
  17. .git-blame-ignore-revs
  18. .gitattributes
  19. .gitignore
  20. .gitmodules
  21. .gn
  22. .ignore
  23. analysis_options.yaml
  24. AUTHORS
  25. BUILD.gn
  26. CODE_OF_CONDUCT.md
  27. CONTRIBUTING.md
  28. fuchsia.code-workspace
  29. LICENSE
  30. OWNERS
  31. PATENTS
  32. pyproject.toml
  33. pyrightconfig.json
  34. README.md
  35. rustfmt.toml
  36. shac.star
  37. shac.textproto
README.md

Fuchsia

What is Fuchsia?

Fuchsia is an open source, general purpose operating system supporting modern 64-bit Intel and ARM processors.

We expect everyone interacting with our project to respect our code of conduct.

Read more about Fuchsia's principles.

How can I build and run Fuchsia?

See Getting Started.

Where can I learn more about Fuchsia?

See fuchsia.dev.