Commit 3c098436 authored by Wez's avatar Wez Committed by Commit Bot

[Fuchsia] Switch to use 'core' SDK in Chromium.

Bug: 910670
Change-Id: Ieac8ffe1ebaf49c4faad10fc83791d384231ac32
Reviewed-on: https://chromium-review.googlesource.com/c/1372910
Commit-Queue: Wez <wez@chromium.org>
Reviewed-by: default avatarSergey Ulanov <sergeyu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#615957}
parent 674fb082
a227b06661c0633bfb9955e996b07dc5b8aa2cea 7adc6567256ad2ab0fd5744e2a7665a98d858650
\ No newline at end of file \ No newline at end of file
9ec225bad1f63059a9c4e0abb6fa9bea3c78207e 0e19de1bd8916d8fd5bda11eb49581773dccae14
\ No newline at end of file \ No newline at end of file
...@@ -29,7 +29,7 @@ def GetSdkHashForPlatform(): ...@@ -29,7 +29,7 @@ def GetSdkHashForPlatform():
return os.path.join(os.path.dirname(__file__), filename) return os.path.join(os.path.dirname(__file__), filename)
def GetBucketForPlatform(): def GetBucketForPlatform():
return 'gs://fuchsia/sdk/{platform}-amd64/'.format( return 'gs://fuchsia/sdk/core/{platform}-amd64/'.format(
platform = GetHostOsFromPlatform()) platform = GetHostOsFromPlatform())
......
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