# 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", | |
) | |
fuchsia_builder_group( | |
name = "infra", | |
build_only = [ | |
"//src:fuchsia_samples", | |
], | |
) |