Skip to content

Commit ebfcd43

Browse files
rmacnak-googleCommit Queue
authored andcommitted
[build] Update RBE implicit inputs for new checked-in SDK.
Change-Id: I1c6b64b63dca75d49a0c6af78f49d778ffbcc419 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/400060 Reviewed-by: Siva Annamalai <[email protected]> Commit-Queue: Ryan Macnak <[email protected]>
1 parent ae0ffee commit ebfcd43

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build/rbe/rewrapper_dart.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,10 +367,13 @@ def parse_compile(self):
367367
while self.has_next_arg:
368368
arg = self.next_arg()
369369
if arg == 'js':
370+
self.extra_paths.add(
371+
self.rebase(os.path.join(self.dart_subdir,
372+
'dartaotruntime')))
370373
self.extra_paths.add(
371374
self.rebase(
372375
os.path.join(self.dart_subdir,
373-
'snapshots/dart2js.dart.snapshot')))
376+
'snapshots/dart2js_aot.dart.snapshot')))
374377
return self.parse_dart2js()
375378
else:
376379
self.unsupported('compile', arg)

0 commit comments

Comments
 (0)