Skip to content

Commit

Permalink
[fuchsia] handle relative paths in local-sdk.py
Browse files Browse the repository at this point in the history
Change-Id: I420d0c5c4b37ed9eb0d56d8251f83ffcac372d07
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696269
Reviewed-by: Fabrice de Gans-Riberi <fdegans@chromium.org>
Reviewed-by: James Robinson <jamesr@chromium.org>
Commit-Queue: James Robinson <jamesr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#676645}
  • Loading branch information
tamird authored and Commit Bot committed Jul 11, 2019
1 parent 4d22852 commit a1c89ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fuchsia/local-sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def main(args):
EnsureEmptyDir(output_dir)

original_dir = os.getcwd()
fuchsia_root = args[0]
fuchsia_root = os.path.abspath(args[0])
merged_manifest = None
manifest_parts = set()

Expand Down

0 comments on commit a1c89ea

Please sign in to comment.