Skip to content

Commit

Permalink
-0
Browse files Browse the repository at this point in the history
  • Loading branch information
zijiehe-google-com committed Oct 17, 2024
1 parent 2136d10 commit 55d39c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/fuchsia/build_fuchsia_artifacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ def CopyToBucketWithMode(source, destination, aot, product, runner_type, api_lev
source_root = os.path.join(_out_dir, source)
destination = os.path.join(_bucket_directory, destination, mode)

far_file = '%s_%s%s_runner' % (runner_type, mode, '_product' if product else '')
CopyPath('%s/%s-0.far' % (source_root, far_file), '%s/%s.far' % (destination, far_file))
far_file = '%s_%s%s_runner-0.far' % (runner_type, mode, '_product' if product else '')
CopyPath('%s/%s' % (source_root, far_file), '%s/%s' % (destination, far_file))

patched_sdk_dirname = '%s_runner_patched_sdk' % runner_type
patched_sdk_dir = os.path.join(source_root, patched_sdk_dirname)
Expand Down

0 comments on commit 55d39c8

Please sign in to comment.