commit | 07f5d825942b3f343a753275fc61ed9fe1bc4f41 | [log] [tgz] |
---|---|---|
author | Darren Chan <chandarren@google.com> | Fri Dec 03 22:29:29 2021 +0000 |
committer | Darren Chan <chandarren@google.com> | Fri Dec 03 22:48:38 2021 +0000 |
tree | 7c4e6c9eec57b22109794c1732fe32b586eaa8eb | |
parent | 2f51310303fb6e012be5fd130fa08fd3987f7115 [diff] |
Bootstrap repo with bazel. Tested with the following command: $ tools/bazel build //src/examples/basic_package:my_package Update README.md Change-Id: Ibced3185c0a9328f87204a55da2aead19a7906d7
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"