Reland "Add a buildtools directory and move third_party/ninja to the project root in order to match the expectations of depot_tools" (#164240)

Relands https://github.com/flutter/flutter/pull/163890 and updates the
Ninja path used by the engine tool
This commit is contained in:
Jason Simmons
2025-02-27 00:13:58 +00:00
committed by GitHub
parent 0f3b092a10
commit 1d25f6953d
8 changed files with 15 additions and 5 deletions

1
buildtools/README.md Normal file
View File

@@ -0,0 +1 @@
This directory is a placeholder intended to make Flutter's source tree match the expectations of [depot_tools](https://www.chromium.org/developers/how-tos/depottools/), which is used to build the Flutter engine.