# 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
    },
}]
