third_party.pigweed.src/pw_env_setup/BUILD.bazel
Nathaniel Brough 68ef2a59c2 pw_env_setup: Adds CIPD deps to Bazel workspace
This adds a set of repository rules to generate a set of Bazel macros
that configure pigweeds CIPD deps.

Change-Id: I4c4dccf5522abfbb875569a05c8854c94aa40621
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/53480
Reviewed-by: Keir Mierle <keir@google.com>
Reviewed-by: Rob Mohr <mohrr@google.com>
Commit-Queue: Keir Mierle <keir@google.com>
2021-07-29 01:04:37 +00:00

19 lines
733 B
Python

# Copyright 2021 The Pigweed Authors
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
# the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations under
# the License.
exports_files([
"py/pw_env_setup/cipd_setup/.cipd_version",
"py/pw_env_setup/cipd_setup/.cipd_version.digests",
] + glob(["py/**/*.json"]))