Copy only the prebuilts directory from the flutter sources into the Web SDK archive

This should be the only part of src/flutter that is necessary for using --local-web-sdk in flutter_tools.

Change-Id: I239c1d0f1fa51595d31afdd07a1e89363f763b77
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/55540
Reviewed-by: Jackson Gardner <jacksongardner@google.com>
Reviewed-by: Zach Anderson <zra@google.com>
Commit-Queue: Jason Simmons <jsimmons@google.com>
2 files changed
tree: 5dd04aafaf0d5dc12d987e6d5bd966a4012546ec
  1. infra/
  2. recipe_modules/
  3. recipes/
  4. .gitignore
  5. .style.yapf
  6. AUTHORS
  7. CONTRIBUTING.md
  8. LICENSE
  9. OWNERS
  10. README.md
  11. recipes.py
README.md

Flutter LUCI Recipes

This repository contains Flutter's LUCI recipes. For the LUCI infrastructure config, see flutter/infra. Builds can be found in the Flutter Dashboard.

Supported repositories roll their .ci.yaml into flutter/infra, which updates what properties builds have. For example, flutter config specifies various dependencies the different tests require, which are then used by the flutter_deps recipe_module No modifications to flutter/infra are required to work on the recipes.

Contributing

Please follow instructions on Contributing docs to set up your development environment.