blob: dfad71d57eac73aa761116f341fb3460f6d19029 [file] [log] [blame]
# Copyright 2022 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(
"@rules_fuchsia//fuchsia:defs.bzl",
"fuchsia_package_repository",
)
fuchsia_package_repository(
name = "samples_repository",
testonly = True,
repo_name = "fuchsiasamples.com",
deps = [],
visibility = ["//visibility:public"],
)