mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

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.
14 lines
356 B
Plaintext
14 lines
356 B
Plaintext
# Copy this file to the root of your flutter checkout to bootstrap gclient
|
|
# or just run gclient sync in an empty directory with this file.
|
|
solutions = [
|
|
{
|
|
"custom_vars": {
|
|
"use_rbe": True,
|
|
},
|
|
"deps_file": "DEPS",
|
|
"managed": False,
|
|
"name": ".",
|
|
"safesync_url": "",
|
|
"url": "https://github.com/flutter/flutter.git",
|
|
},
|
|
] |