# Copyright 2024 The ChromiumOS Authors | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
load("//bazel/portage/build_defs:extra_sources.bzl", "extra_sources") | |
load("//bazel/portage/build_defs:patterns.bzl", "NON_BUILD_FILE_PATTERNS") | |
extra_sources( | |
name = "cros-bazel", | |
srcs = glob( | |
["**"], | |
exclude = NON_BUILD_FILE_PATTERNS, | |
), | |
) |