blob: 2a7708ae163a173de2b7bf489320f64a5a66751d [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-kernel",
srcs = glob(
["**"],
exclude = NON_BUILD_FILE_PATTERNS,
),
)