blob: 57660c86579f4ff05d0d42daa96763fdc1bf41e9 [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("@platforms//host:constraints.bzl", "HOST_CONSTRAINTS")
load("//build/bazel/rules/host:defs.bzl", "go_binary_host_tool")
package(default_applicable_licenses = ["//:license"])
go_binary_host_tool(
name = "generate_python_api_symbols",
srcs = ["main.go"],
target_compatible_with = HOST_CONSTRAINTS,
)