blob: 9e76a4b6f440d00254ca89013cece8bae5a49bb8 [file] [log] [blame]
#!/bin/bash
# if "from future import standard_library" fails, please install future:
# $ sudo apt-get install python-pip
# $ sudo pip install future
# $ sudo pip install futures
# $ sudo pip install enum
# $ sudo pip install concurrent
# $ sudo pip install protobuf
# for protoc, please install protoc by:
# $ apt-get install protobuf-compiler
python -m compileall .
# 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