blob: ba9590a7f5f0bc9aa1bc98e94e95e9c162a909f8 [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
},
}]