tree: 72034abfdccad0b765678d490f86b20ff49ba4b7 [path history] [tgz]
  1. docs/
  2. flutter/
  3. fuchsia/
  4. tests/
  5. tools/
  6. .bazelversion
  7. README.md
  8. WORKSPACE.bazel
bazel_rules_fuchsia/README.md

Fuchsia Product Development Kit

Everything in this directory is experimental and is not yet intended for general use.

This directory contains an implementation of tools for [Decentralized Product Integration][roadmap-dpi], comprising:

  • Downloading Fuchsia packages.
  • Assembling/patching product images
  • Specifying and validating a complete build from a configuration

Additionally, the repository also contains a first application of those tools:

  • Bazel rules for building/testing a Fuchsia product that includes a combination of locally and remotely built components.

Directory layout

  • fuchsia — Bazel build rules.
  • docs — Documentation for Bazel rules.
  • tools — Tools used by Bazel rules and targets.

Prerequisite

Run script:

$ cd ~/workstation
$ ./scripts/bootstrap.sh