forked from mumumusuc/termux-flutter
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gclient
More file actions
45 lines (45 loc) · 1.42 KB
/
.gclient
File metadata and controls
45 lines (45 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
solutions = [
{
"managed": False,
"name": ".",
"url": "https://github.com/flutter/flutter",
"deps_file": "DEPS",
"safesync_url": "",
"custom_deps": {
#"engine/src/flutter/buildtools/linux-x64/clang": None,
#"engine/src/flutter/buildtools/linux-arm64/clang": None,
"engine/src/fuchsia/sdk/linux": None,
#"engine/src/flutter/third_party/dart/tools/sdks/dart-sdk": None,
"engine/src/third_party/google_fonts_for_unit_tests": None,
"engine/src/flutter/third_party/java/openjdk": None,
},
"custom_vars" : {
"setup_githooks" : False,
"use_cipd_goma" : False,
"download_emsdk" : False,
"download_dart_sdk" : False,
"download_linux_deps" : False,
"download_fuchsia_sdk" : False,
"download_android_deps" : False,
"download_windows_deps" : False,
"download_fuchsia_deps" : False,
},
"custom_hooks" : [
{
'name': 'patch engine',
'pattern': '.',
'action': ['git', "apply", "../patches/engine.patch"],
},
{
'name': 'patch dart',
'pattern': '.',
'action': ['git', "-C", "engine/src/flutter/third_party/dart", "apply", "../../../../../../patches/dart.patch"],
},
{
'name': 'patch skia',
'pattern': '.',
'action': ['git', "-C", "engine/src/flutter/third_party/skia", "apply", "../../../../../../patches/skia.patch"],
},
]
}
]