• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
2load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
3
4package(
5    default_applicable_licenses = ["//:license"],
6    default_visibility = ["//visibility:public"],
7)
8
9licenses(["notice"])
10
11go_binary(
12    name = "bundletool_module_builder",
13    srcs = ["bundletool_module_builder.go"],
14)
15