Merge flutter/engine into framework

Adds files from flutter/flaux which contain modifications for the engine
structure. The history for engine/ has been edited. Please see
flutter/engine for the original PRs.
This commit is contained in:
John McDole
2024-12-17 12:58:01 -08:00
5866 changed files with 1270180 additions and 1 deletions

10
engine/README.md Normal file
View File

@@ -0,0 +1,10 @@
# Flutter Engine
## `gclient` bootstrap
Flutter engine uses `gclient` to manage dependencies.
If you've already cloned the flutter repository:
1. Copy one of the `engine/scripts/*.gclient` to the root folder as `.gclient`
2. run `gclient sync`