Commit 938e0d2c authored by Sergey Ulanov's avatar Sergey Ulanov Committed by Commit Bot

[Fuchsia] Update tools/fuchsia/local-sdk.py

makesdk.go script has been moved in Fuchsia. Update local-sdk.py
accordingly.

Change-Id: I3e336d7c35db2555a50bea2a58c39a5b50779044
Reviewed-on: https://chromium-review.googlesource.com/1110952Reviewed-by: default avatarKevin Marshall <kmarshall@chromium.org>
Commit-Queue: Kevin Marshall <kmarshall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#569431}
parent 977135d4
......@@ -56,7 +56,7 @@ def main(args):
tempdir = tempfile.mkdtemp()
sdk_tar = os.path.join(tempdir, 'fuchsia-sdk.tgz')
Run('go', 'run', 'scripts/makesdk.go', '-output', sdk_tar, '.')
Run('go', 'run', 'scripts/sdk/foundation/makesdk.go', '-output', sdk_tar, '.')
# Nuke the SDK from DEPS, put our just-built one there, and set a fake .hash
# file. This means that on next gclient runhooks, we'll restore to the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment