Revert "[fidl][llcpp] Generate llcpp bindings at build time"

This reverts commit 85fff8a35408917585010d2036b09b39a86952d8.

Reason for revert: <INSERT REASONING HERE>

Original change's description:
> [fidl][llcpp] Generate llcpp bindings at build time
> 
> This removes the pre-building of llcpp bindings and instead builds them
> as required at build time. This updates the zircon fidl llcpp build
> rules to use fidlgen_llcpp rather than just pointing to the prebuilts.
> 
> Bug: 3240
> 
> Change-Id: I0902cdce98ddc460bd3bf49ff6786608c029b7da

TBR=phosek@chromium.org,pylaligand@google.com,mcgrathr@google.com,ianloic@google.com,pascallouis@google.com

Change-Id: I4e4b3db35cd4ecdee9233c910ed38ce0e5fa16ed
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 3240
170 files changed
tree: 2ba27b54223992d2c91c4ee62baf3cab6a03aafd
  1. boards/
  2. build/
  3. bundles/
  4. docs/
  5. examples/
  6. garnet/
  7. peridot/
  8. products/
  9. scripts/
  10. sdk/
  11. src/
  12. third_party/
  13. tools/
  14. zircon/
  15. .clang-format
  16. .clang-tidy
  17. .dir-locals.el
  18. .gitattributes
  19. .gitignore
  20. .gn
  21. .style.yapf
  22. AUTHORS
  23. BUILD.gn
  24. CODE_OF_CONDUCT.md
  25. CONTRIBUTING.md
  26. LICENSE
  27. OWNERS
  28. PATENTS
  29. README.md
  30. 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.