blob: cb0490b2fd84392eab51823dc1dab86d8ac8ce3d [file] [log] [blame] [edit]
# Copyright 2022 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 = ["//build/bazel/assembly:__subpackages__"])
py_binary(
name = "assembly_input_bundle_tool",
srcs = ["assembly_input_bundle_tool.py"],
deps = [
"//build/python/modules:assembly",
"//build/python/modules:depfile",
],
)