Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit b6ace05

Browse files
authored
Revert "Roll buildroot to 92a8d2e, Clang to 12.0.0 (#23698)" (#23734)
This reverts commit 98d3b47.
1 parent 98d3b47 commit b6ace05

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

DEPS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ allowed_hosts = [
100100
]
101101

102102
deps = {
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"',

tools/gn

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

336332
def parse_args(args):

0 commit comments

Comments
 (0)