| # 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", | |
| ) |