tree: 99196ac3a767dea44154d92fe98d5a99ebdcb450 [path history] [tgz]
  1. docs/
  2. flutter/
  3. fuchsia/
  4. tools/
  5. .bazelversion
  6. README.md
  7. 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