aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
diff options
context:
space:
mode:
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"