Skip to content

Commit da73f4a

Browse files
committed
Add missing BUILD files
1 parent 28d2a60 commit da73f4a

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

bazel/private/BUILD.protoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
load("@bazel_skylib//rules:native_binary.bzl", "native_binary")
2+
3+
native_binary(
4+
name = "protoc",
5+
src = "bin/protoc",
6+
out = "protoc",
7+
visibility = ["//visibility:public"],
8+
)

bazel/private/BUILD.windows_protoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
load("@bazel_skylib//rules:native_binary.bzl", "native_binary")
2+
3+
native_binary(
4+
name = "protoc",
5+
src = "bin/protoc",
6+
out = "protoc",
7+
visibility = ["//visibility:public"],
8+
)

0 commit comments

Comments
 (0)