This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ allowed_hosts = [
100100]
101101
102102deps = {
103- 'src' : 'https://github.com/flutter/buildroot.git' + '@' + '92a8d2eb7aad592068f808e39b8330fd2bce25e3 ' ,
103+ 'src' : 'https://github.com/flutter/buildroot.git' + '@' + '9d2c731ba05432878cc5187329c66b70983d914b ' ,
104104
105105 # Fuchsia compatibility
106106 #
@@ -502,7 +502,7 @@ deps = {
502502 'packages' : [
503503 {
504504 'package' : 'fuchsia/third_party/clang/${{platform}}' ,
505- 'version' : 'git_revision:25abd1994ed209c1bf4139946a42e36a42143a85 '
505+ 'version' : 'git_revision:7e9747b50bcb1be28d4a3236571e8050835497a6 '
506506 }
507507 ],
508508 'condition' : 'host_os == "mac" or host_os == "linux"' ,
Original file line number Diff line number Diff line change @@ -327,10 +327,6 @@ def to_gn_args(args):
327327
328328 gn_args ['dart_version_git_info' ] = not args .no_dart_version_git_info
329329
330- # Overrides whether Boring SSL is compiled with system as. Only meaningful
331- # on Android.
332- gn_args ['bssl_use_clang_integrated_as' ] = True
333-
334330 return gn_args
335331
336332def parse_args (args ):
You can’t perform that action at this time.
0 commit comments