[zircon][prebuilt] Roll AEMU

DX-1636 #progress

To: 25034fed363ed7a1e837a9ad995a2a382a95c6b3

- Support headless mode with GPU.
- gRPC support on Fuchsia.
- Fixed BGRA readback support.
- Fixed support for null strings in Vulkan protocol.
- MacOS support:
  External memory support when using MoltenVK.
  MoltenVK updated to latest version from Vulkan SDK 1.1.108.
  MoltenVK is now default when using GPU acceleration.
  Made it possible to bypass Vulkan loader (needed for more
  advanced MoltenVK features).

Test: scripts/download-prebuilt && fx aemu -x
Change-Id: I2a7885cbf808340a00211cc5850ed7ad49a16f74
2 files changed
tree: f190a4d99ce06da9da9f038009d165e975f47a03
  1. boards/
  2. build/
  3. buildtools/
  4. bundles/
  5. docs/
  6. examples/
  7. garnet/
  8. peridot/
  9. products/
  10. scripts/
  11. sdk/
  12. src/
  13. third_party/
  14. tools/
  15. zircon/
  16. .clang-format
  17. .clang-tidy
  18. .dir-locals.el
  19. .gitattributes
  20. .gitignore
  21. .gn
  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 the documentation.