/
magnusroot
/
flutter
Обзор
Документация
Войти
/
magnusroot
/
flutter
Код
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
engine/scripts/rbe.gclient
21 строка
576 B
Yegor
gclient template file clarifications (#160882)
27 дек 2024, 22:36
Не верифицирован
27 дек 2024, 22:36
afc68e3
Код
Авторство
О чём код?
# Copy this file to the root of your flutter checkout to bootstrap gclient # or just run gclient sync in an empty directory with this file. solutions = [ { "deps_file": "DEPS", "managed": False, "name": ".", "safesync_url": "", # If you are using SSH to connect to GitHub, change the URL to: # git@github.com:flutter/flutter.git "url": "https://github.com/flutter/flutter.git", "custom_vars": { "use_rbe": True, # Uncomment download_emsdk below if you plan to build the web engine. # "download_emsdk": True, }, }, ]