This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,8 @@ allowed_hosts = [
96
96
]
97
97
98
98
deps = {
99
- 'src' : 'https://github.com/flutter/buildroot.git' + '@' + '45ce223bc8d8ca88e2eb2f38eb0cf799e39edd06' ,
99
+ # DO NOT COMMIT
100
+ 'src' : 'https://github.com/flutter/buildroot.git' + '@' + '1e3cbf5e3e9f102ed2a2ea2e7e02e3249d4cd30b' ,
100
101
101
102
# Fuchsia compatibility
102
103
#
@@ -107,9 +108,6 @@ deps = {
107
108
'src/third_party/benchmark' :
108
109
Var ('fuchsia_git' ) + '/third_party/benchmark' + '@' + 'a779ffce872b4c811beef482e18bd0b63626aa42' ,
109
110
110
- 'src/third_party/googletest' :
111
- Var ('fuchsia_git' ) + '/third_party/googletest' + '@' + '3fef9015bfe7617d57806cd7c73a653b28559fae' ,
112
-
113
111
'src/third_party/rapidjson' :
114
112
Var ('fuchsia_git' ) + '/third_party/rapidjson' + '@' + 'ef3564c5c8824989393b87df25355baf35ff544b' ,
115
113
@@ -138,6 +136,9 @@ deps = {
138
136
139
137
'src/third_party/khronos' :
140
138
Var ('chromium_git' ) + '/chromium/src/third_party/khronos.git' + '@' + '7122230e90547962e0f0c627f62eeed3c701f275' ,
139
+
140
+ 'src/third_party/googletest' :
141
+ Var ('github_git' ) + '/google/googletest' + '@' + 'f5e592d8ee5ffb1d9af5be7f715ce3576b8bf9c4' ,
141
142
142
143
'src/third_party/boringssl' :
143
144
Var ('github_git' ) + '/dart-lang/boringssl_gen.git' + '@' + Var ('dart_boringssl_gen_rev' ),
You can’t perform that action at this time.
0 commit comments