commit | e0e71a6465b1762753bf1b70355a0cb5f6646c6a | [log] [tgz] |
---|---|---|
author | Darren Chan <chandarren@google.com> | Mon Dec 06 21:33:44 2021 +0000 |
committer | Darren Chan <chandarren@google.com> | Mon Dec 06 21:33:44 2021 +0000 |
tree | d2177d8d40361bb5fc59fd7ce2e6167a6bc0b446 | |
parent | 07f5d825942b3f343a753275fc61ed9fe1bc4f41 [diff] |
Fix ffx assembly build rules. This fixes the following build target: $ tools/bazel build //src/examples/basic_package:my_package_archive Change-Id: Icc38477e10641379964d9212821ac7f1e40a5ecd
The Flutter & Dart embedders (FDE) repo holds the source code for building the Fuchsia-specific Flutter & Dart embedders outside of fuchsia.git.
This repository is a work in progress and should be considered experimental.
This project uses git submodules. After checking out a branch run the git submodule command to update the dependencies.
git submodule update --init --recursive
The FDE repository uses Bazel for its build system. To ensure that you are using the version of Bazel that was tested in CQ/CI we recommend using bazelisk. You can either add bazelisk to your path or invoke it directly.
# Assumes that FDE_REPO is set to your checkout directory export PATH="${FDE_REPO}/tools/bazel:$PATH"