blob: 79e75f667151ae362d6d1f23ad816b98af3c9300 [file] [log] [blame]
# Copyright 2024 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:assembly.bzl", "fuchsia_prebuilt_package")
package(default_visibility = ["//visibility:public"])
fuchsia_prebuilt_package(
name = "archivist-for-embedding",
archive = "@gn_targets//src/diagnostics/archivist:archivist-for-embedding",
)