# Copyright 2020 The Chromium Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
declare_args() { | |
# Specifies the name of the release channel for specific packages | |
# (web_engine, web_runner, cast_runner) when buildng on a release bot. | |
fuchsia_release_channel = "" | |
} | |
if (fuchsia_release_channel != "") { | |
release_channel_suffix = "-${fuchsia_release_channel}" | |
} else { | |
release_channel_suffix = "" | |
} |