Remove //tools. (#784)

None of these except remove_stale_pyc_files seems to be used. But we have the
pyc files in the .gitignore and I couldn't find any existing checked in pyc
files. So this check has never made sense for the Flutter. Removing instead of
migrating.

Engine patch https://github.com/flutter/engine/pull/47032
7 files changed
tree: e0368e9263059ef1eae810343afd557f060064f8
  1. .github/
  2. build/
  3. build_overrides/
  4. .clang-format
  5. .gitattributes
  6. .gitignore
  7. .gn
  8. AUTHORS
  9. BUILD.gn
  10. CODEOWNERS
  11. LICENSE
  12. README.md
README.md

OpenSSF Scorecard

buildroot

Build environment for the Flutter engine

This repository is used by the flutter/engine repository. For instructions on how to use it, see that repository's CONTRIBUTING.md file.

To update your checkout to use the latest buildroot, run gclient sync.

To submit patches to this buildroot repository, create a branch, push to that branch, then submit a PR on GitHub for that branch.

To point the engine to a new version of buildroot after your patch is merged, update the buildroot hash in the engine's DEPS file.