blob: 6ead80c8c22b62ba2f654e0cea588db2ef2d153e [file] [log] [blame]
# Definition file to download flutter-engine
# Inspired by the output of meta-flutter/lib/gn.py
solutions = [{
"managed": False,
"name": "src/flutter",
"url": "https://github.com/flutter/engine.git@!FLUTTER_VERSION!",
"custom_vars": {
"download_android_deps": False,
"download_windows_deps": False,
"download_linux_deps": False,
"download_fuchsia_deps": False
},
}]