aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorJisi Liu <liujisi@google.com>2015-10-21 10:58:36 -0700
committerJisi Liu <liujisi@google.com>2015-10-21 10:58:36 -0700
commit343f93fc9ef2832ea12529c46635032ef65e3326 (patch)
treea16649c11ba3c24c17339672af5fed9b0a3f1a13 /BUILD
parent96da4edde009c14e32aaab3f4da567a02d339633 (diff)
parent166e9bbb84672579256bcf60ff6e7f6feffe4e62 (diff)
downloadprotobuf-343f93fc9ef2832ea12529c46635032ef65e3326.tar.gz
protobuf-343f93fc9ef2832ea12529c46635032ef65e3326.tar.bz2
protobuf-343f93fc9ef2832ea12529c46635032ef65e3326.zip
Merge pull request #900 from pherl/rename
Rename python and java bazel rules.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/BUILD b/BUILD
index 11f00b81..f50e34b7 100644
--- a/BUILD
+++ b/BUILD
@@ -457,7 +457,7 @@ genrule(
)
java_library(
- name = "java_proto",
+ name = "protobuf_java",
srcs = glob([
"java/src/main/java/com/google/protobuf/*.java",
]) + [
@@ -503,7 +503,7 @@ internal_copied_filegroup(
)
py_proto_library(
- name = "python_proto",
+ name = "protobuf_python",
srcs = WELL_KNOWN_PROTOS,
include = "src",
protoc = ":protoc",
@@ -527,7 +527,7 @@ py_proto_library(
srcs = LITE_TEST_PROTOS + TEST_PROTOS,
include = "src",
protoc = ":protoc",
- deps = [":python_proto"],
+ deps = [":protobuf_python"],
)
py_proto_library(
@@ -543,7 +543,7 @@ py_library(
srcs = [":python_test_srcs"],
deps = [
":python_common_test_protos",
- ":python_proto",
+ ":protobuf_python",
":python_specific_test_protos",
],
)