blob: 2d749070ee56b7d5d62394685639a95a01864034 [file] [log] [blame]
# Copyright 2023 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.
# A BUILD file to use with the shac cipd_repository
load("@bazel_skylib//rules:native_binary.bzl", "native_binary")
exports_files(["shac"])
native_binary(
name = "shac_bin",
src = ":shac",
out = "shac",
)