1# Definition file to download flutter-engine 2# Inspired by the output of meta-flutter/lib/gn.py 3 4solutions = [{ 5 "managed": False, 6 "name": "src/flutter", 7 "url": "https://github.com/flutter/engine.git@!FLUTTER_VERSION!", 8 "custom_vars": { 9 "download_android_deps": False, 10 "download_windows_deps": False, 11 "download_linux_deps": False 12 }, 13}] 14