aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2015-10-20 16:02:58 -0700
committerJisi Liu <jisi.liu@gmail.com>2015-10-20 16:02:58 -0700
commitbc4fd15209d5f874a2d9176761f46cfe5af33ed4 (patch)
tree82fcab5f40b19496982c2e11460b50e5dd3b7bf6 /BUILD
parent14c8f8ac1df72da456ea2d30b42b67199930e3ab (diff)
downloadprotobuf-bc4fd15209d5f874a2d9176761f46cfe5af33ed4.tar.gz
protobuf-bc4fd15209d5f874a2d9176761f46cfe5af33ed4.tar.bz2
protobuf-bc4fd15209d5f874a2d9176761f46cfe5af33ed4.zip
Rename copeid_src to internal_copied_filegroup
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/BUILD b/BUILD
index a3d8a8f6..9636497d 100644
--- a/BUILD
+++ b/BUILD
@@ -22,7 +22,7 @@ load(
"protobuf",
"cc_proto_library",
"py_proto_library",
- "copied_srcs",
+ "internal_copied_filegroup",
"internal_protobuf_py_tests",
)
@@ -487,7 +487,7 @@ java_library(
# project. Otherwise, bazel disallows generated files out of the current
# package, thus we won't be able to copy protobuf runtime files into
# //google/protobuf/.
-copied_srcs(
+internal_copied_filegroup(
name = "python_srcs",
srcs = glob(
[
@@ -511,7 +511,7 @@ py_proto_library(
visibility = ["//visibility:public"],
)
-copied_srcs(
+internal_copied_filegroup(
name = "python_test_srcs",
srcs = glob(
[