proto file for communication between runner and web server

Change-Id: I3175c02895ec6d21edb55def0f5237586c861043
diff --git a/build-python.sh b/build-python.sh
index ce5bf37..9e76a4b 100755
--- a/build-python.sh
+++ b/build-python.sh
@@ -15,3 +15,4 @@
 # modify any import statements (to remove subdir path)
 protoc -I=proto --python_out=proto proto/AndroidSystemControlMessage.proto
 protoc -I=proto --python_out=proto proto/InterfaceSpecificationMessage.proto
+protoc -I=proto --python_out=proto proto/VtsReportMessage.proto