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