blob: b17509399347818cd49ed98db86c41bca9b06979 [file] [log] [blame]
# 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.
exports_files(
glob([
"*.bzl",
]),
visibility = ["//:__subpackages__"],
)
filegroup(
name = "all_starlark_files",
srcs = glob(["*.bzl"]),
visibility = ["//:__subpackages__"],
)