blob: 9d990ef2de7ae9c5b8141400817bdcee8c0d6afc [file] [log] [blame] [edit]
# Copyright 2025 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_python//python:defs.bzl", "py_binary")
package(default_visibility = ["//visibility:public"])
py_binary(
name = "gen_response_file",
srcs = ["gen_response_file.py"],
main = "gen_response_file.py",
)