blob: 1a07c9132b1ac1a6833717caa584375f0ee6e766 [file] [log] [blame] [edit]
# Copyright 2022 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""CIPD related definitions."""
load(
"//cipd/private:cipd_repository.bzl",
_cipd_ext = "cipd_ext",
_cipd_repository = "cipd_repository",
)
load(
"//cipd/private:cipd_tool.bzl",
_cipd_tool_ext = "cipd_tool_ext",
_cipd_tool_repository = "cipd_tool_repository",
)
cipd_ext = _cipd_ext
cipd_repository = _cipd_repository
cipd_tool_ext = _cipd_tool_ext
cipd_tool_repository = _cipd_tool_repository