aboutsummaryrefslogtreecommitdiff
path: root/generate_descriptor_proto.sh
diff options
context:
space:
mode:
authorTeBoring <teboring@google.com>2015-07-15 16:16:08 -0700
committerTeBoring <teboring@google.com>2015-07-21 15:45:02 -0700
commit7366efd81e7f36108aa35e66fca61da8a65762c2 (patch)
treec3b05157928bf27405115aea5835055066cb7022 /generate_descriptor_proto.sh
parentfde6e89f99eda04a4f1b8677bcea07e6c2040405 (diff)
downloadprotobuf-7366efd81e7f36108aa35e66fca61da8a65762c2.tar.gz
protobuf-7366efd81e7f36108aa35e66fca61da8a65762c2.tar.bz2
protobuf-7366efd81e7f36108aa35e66fca61da8a65762c2.zip
Add packFrom, unpackTo and is in google.protobuf.Any.
The previous two methods make it easy to transform between any and normal message. unPackeTo will throw error if the type url in any doesn't match the type of the message to be transformed to. is checks any's type url matches the give GPBMessage type.
Diffstat (limited to 'generate_descriptor_proto.sh')
-rwxr-xr-xgenerate_descriptor_proto.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/generate_descriptor_proto.sh b/generate_descriptor_proto.sh
index 89449e10..b6e6e07b 100755
--- a/generate_descriptor_proto.sh
+++ b/generate_descriptor_proto.sh
@@ -27,7 +27,6 @@ __EOF__
fi
cd src
-make $@ google/protobuf/stubs/pbconfig.h
declare -a RUNTIME_PROTO_FILES=(\
google/protobuf/any.proto \