mirror of
https://gitcode.com/openharmony-tpc/flutter_flutter.git
synced 2026-03-13 09:26:18 +08:00
20 lines
625 B
Plaintext
20 lines
625 B
Plaintext
# 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 = [
|
|
{
|
|
"custom_deps": {},
|
|
"deps_file": "DEPS_ohos",
|
|
"managed": False,
|
|
"name": ".",
|
|
"safesync_url": "",
|
|
|
|
# If you are using SSH to connect to GitHub, change the URL to:
|
|
# git@gitcode.com:openharmony-tpc/flutter_flutter.git
|
|
"url": "https://gitcode.com/openharmony-tpc/flutter_flutter.git",
|
|
|
|
# Uncomment the custom_vars section below if you plan to build the web engine.
|
|
# "custom_vars": {
|
|
# "download_emsdk": True,
|
|
# },
|
|
},
|
|
] |