Files
carbon e42fe97d74 buildroot long term support release 2024.02.3
buildroot-2024.02.3.tar.gz

Signed-off-by: carbon <carbon@milkv.io>
2024-06-21 14:23:43 +08:00

14 lines
379 B
Plaintext

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