blob: f99e954d67a2f2c03f79baaece9d5be662a21af8 [file] [log] [blame]
# Copyright 2018 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.
licenses(["notice"])
package(default_visibility = ["//visibility:public"])
exports_files(
glob(["*.bzl"]),
)
py_binary(
name = "package_verifier",
srcs = ["package_verifier.py"],
)