blob: 8162aa188fe91843b2085b29ea904e1f1d800ac1 [file] [log] [blame]
# 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,
),
)
OSZAR »