blob: d5d8e4f9ac5e0b977a647fca8b5e69e2d5fe8ed0 [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("@io_bazel_rules_go//go:def.bzl", "go_library")
load("@platforms//host:constraints.bzl", "HOST_CONSTRAINTS")
go_library(
name = "staticanalysis",
srcs = [
"staticanalysis.go",
],
importpath = "go.fuchsia.dev/fuchsia/tools/staticanalysis",
target_compatible_with = HOST_CONSTRAINTS,
visibility = ["//tools/staticanalysis:__subpackages__"],
)