aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
diff options
context:
space:
mode:
authorGravatar Jakob Buchgraber <buchgr@google.com>2017-05-02 11:53:15 +0200
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2017-05-02 15:42:06 +0200
commit6e12e656722b32b25a4278e8211b8f0b2b01c0fd (patch)
treeb38ea013b3b8dffc0b03a309ba9a6bbaad4384f0 /compile.sh
parent9b3b2e9dd488d99266e6f4b8e41450074a9ace68 (diff)
Update protobuf dependency to 3.2.0
Change-Id: I32f6b16955ecefc242af8d9261418452d698c9ff PiperOrigin-RevId: 154812955
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/compile.sh b/compile.sh
index a8819be330..e93d7538dd 100755
--- a/compile.sh
+++ b/compile.sh
@@ -183,6 +183,8 @@ if [ $DO_SRCS_TEST ]; then
| grep -v '^derived' \
| grep -Ev "${SRCS_EXCLUDES}" \
| grep -v '^tools/defaults/BUILD' \
+ #TODO(buchgr): Remove once protobuf update complete.
+ | grep -v 'third_party/protobuf/3.0.0/' \
| sort -u >"${OUTPUT_DIR}/srcs-find"
log "Diffing"