aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2015-10-16 12:46:26 -0700
committerJisi Liu <jisi.liu@gmail.com>2015-10-16 12:46:26 -0700
commit3101e7337cdade287bdba97dd7c08ee5d4c14587 (patch)
tree7ea0a99f2bb17f0409e8bbfde35a5d0ea94f2a15 /BUILD
parentd8701b5741a668c5f2b4781b12f5d5517e38b9e7 (diff)
downloadprotobuf-3101e7337cdade287bdba97dd7c08ee5d4c14587.tar.gz
protobuf-3101e7337cdade287bdba97dd7c08ee5d4c14587.tar.bz2
protobuf-3101e7337cdade287bdba97dd7c08ee5d4c14587.zip
Change prefix to include, and add docs
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD b/BUILD
index bce030a7..69ea6cf3 100644
--- a/BUILD
+++ b/BUILD
@@ -146,7 +146,7 @@ cc_proto_library(
name = "cc_wkt_protos",
srcs = ["src/" + s for s in WELL_KNOWN_PROTOS],
internal_bootstrap_hack = 1,
- prefix = "src",
+ include = "src",
cc_libs = [":protobuf"],
)
@@ -340,7 +340,7 @@ TEST_PROTOS = [
cc_proto_library(
name = "cc_test_protos",
srcs = ["src/" + s for s in (LITE_TEST_PROTOS + TEST_PROTOS)],
- prefix = "src",
+ include = "src",
deps = [":cc_wkt_protos"],
)