[build] Introduce build_info API module

The introduction of this file is to provide information for downstream
consumers of build artifacts (like ManagedOS and signing server) to
inspect what 'kind' of build they are looking at (usually to verify that
it is indeed a user build that they are looking at). This is meant to
replace the current look-up mechanism of string matching within args.gn
(which is only meant to be internal GN API).

Bug: 45302
Change-Id: I74b616a876de34e39d7bd7b3ad7fd374aad36088
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/375019
Commit-Queue: Joshua Seaton <joshuaseaton@google.com>
Reviewed-by: James Tucker <raggi@google.com>
1 file changed
tree: eaeb21c893575f0eb19f6e881b58b16e33538b5f
  1. boards/
  2. build/
  3. bundles/
  4. docs/
  5. examples/
  6. garnet/
  7. products/
  8. scripts/
  9. sdk/
  10. src/
  11. third_party/
  12. tools/
  13. zircon/
  14. .clang-format
  15. .clang-tidy
  16. .dir-locals.el
  17. .gitattributes
  18. .gitignore
  19. .gn
  20. .style.yapf
  21. AUTHORS
  22. BUILD.gn
  23. CODE_OF_CONDUCT.md
  24. CONTRIBUTING.md
  25. LICENSE
  26. OWNERS
  27. PATENTS
  28. README.md
  29. rustfmt.toml
README.md

Fuchsia

Pink + Purple == Fuchsia (a new operating system)

What is Fuchsia?

Fuchsia is a modular, capability-based operating system. Fuchsia runs on modern 64-bit Intel and ARM processors.

Fuchsia is an open source project with a code of conduct that we expect everyone who interacts with the project to respect.

How can I build and run Fuchsia?

See Getting Started.

Where can I learn more about Fuchsia?

See fuchsia.dev.