diff --git a/prebuilt.py b/prebuilt.py index d14c801dd0..db603e454f 100755 --- a/prebuilt.py +++ b/prebuilt.py @@ -47,7 +47,8 @@ _GS_HOST_PATH = 'host/%s' % _HOST_TARGET # relative to build path _PRIVATE_OVERLAY_DIR = 'src/private-overlays' _BINHOST_BASE_DIR = 'src/overlays' -_BINHOST_BASE_URL = 'http://commondatastorage.googleapis.com/chromeos-prebuilt' +#_BINHOST_BASE_URL = 'http://commondatastorage.googleapis.com/chromeos-prebuilt' +_BINHOST_BASE_URL = 'http://gsdview.appspot.com/chromeos-prebuilt' _PREBUILT_BASE_DIR = 'src/third_party/chromiumos-overlay/chromeos/config/' # Created in the event of new host targets becoming available _PREBUILT_MAKE_CONF = {'amd64': os.path.join(_PREBUILT_BASE_DIR,