blob: 30f121fce43acef251055af24cc2c9e24091f4c7 [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.
load(
"@fuchsia_infra//infra:infra.bzl",
"fuchsia_builder_group",
)
# This is the top level target that gets built by infra
fuchsia_builder_group(
name = "buildbot",
build_only = [
# TODO(fxbug.dev/118847) Remove the extra aggregate target in favor
# of listing the build only targets here.
"//src:fuchsia_samples",
],
test_groups = [
"//src:tests",
],
)