blob: d7f43d0af5eace6f83606295dbb7b874cf7714d2 [file]
# Copyright 2026 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 = "trace",
archive = "@gn_targets//src/performance/trace:trace",
)