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

Commit e07b18b

Browse files
committed
Roll buildroot and remove toolchain prefix.
1 parent b790d48 commit e07b18b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ allowed_hosts = [
136136
]
137137

138138
deps = {
139-
'src': 'https://github.com/flutter/buildroot.git' + '@' + '3a215c622c53eeff4e1dd28b2a7e3b835f84d89e',
139+
'src': 'https://github.com/flutter/buildroot.git' + '@' + '9c762bea4ed8d3b17aa049e163e36fe7c80ca0da',
140140

141141
# Fuchsia compatibility
142142
#

tools/gn

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,6 @@ def to_gn_args(args):
209209
if args.target_triple:
210210
gn_args['custom_target_triple'] = args.target_triple
211211

212-
if args.toolchain_prefix:
213-
gn_args['toolchain_prefix'] = args.toolchain_prefix
214-
215212
goma_dir = os.environ.get('GOMA_DIR')
216213
goma_home_dir = os.path.join(os.getenv('HOME', ''), 'goma')
217214

@@ -308,7 +305,6 @@ def parse_args(args):
308305
parser.add_argument('--target-sysroot', type=str)
309306
parser.add_argument('--target-toolchain', type=str)
310307
parser.add_argument('--target-triple', type=str)
311-
parser.add_argument('--toolchain-prefix', type=str)
312308
parser.add_argument('--operator-new-alignment', dest='operator_new_alignment', type=str, default=None)
313309

314310
parser.add_argument('--enable-vulkan', action='store_true', default=False)

0 commit comments

Comments
 (0)