Skip to content

Commit

Permalink
[build] Update RBE implicit inputs for new checked-in SDK.
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
rmacnak-google authored and Commit Queue committed Dec 10, 2024
1 parent ae0ffee commit ebfcd43
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/rbe/rewrapper_dart.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,10 +367,13 @@ def parse_compile(self):
while self.has_next_arg:
arg = self.next_arg()
if arg == 'js':
self.extra_paths.add(
self.rebase(os.path.join(self.dart_subdir,
'dartaotruntime')))
self.extra_paths.add(
self.rebase(
os.path.join(self.dart_subdir,
'snapshots/dart2js.dart.snapshot')))
'snapshots/dart2js_aot.dart.snapshot')))
return self.parse_dart2js()
else:
self.unsupported('compile', arg)
Expand Down

0 comments on commit ebfcd43

Please sign in to comment.