blob: ba95961d1ece31dc0a91f46b64159466c841864e [file] [log] [blame]
# 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.
# Tools supporting Fuchsia Bazel rules.
load("@rules_python//python:defs.bzl", "py_binary")
package(default_visibility = ["//visibility:public"])
py_binary(
name = "blob_manifest_creator",
srcs = ["blob_manifest_creator.py"],
python_version = "PY3",
)
py_binary(
name = "package_manifest_creator",
srcs = ["package_manifest_creator.py"],
python_version = "PY3",
)
py_binary(
name = "rebase_flash_manifest",
srcs = ["rebase_flash_manifest.py"],
python_version = "PY3",
)