android13/external/autotest/server/hosts/drone_api_client
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
README initial 2024-06-22 20:45:49 +08:00
__init__.py initial 2024-06-22 20:45:49 +08:00
buildprotos.py initial 2024-06-22 20:45:49 +08:00
client.py initial 2024-06-22 20:45:49 +08:00
common.proto initial 2024-06-22 20:45:49 +08:00
common_pb2.py initial 2024-06-22 20:45:49 +08:00
common_pb2_grpc.py initial 2024-06-22 20:45:49 +08:00

README

Protos in this dir are generated using
`python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. common.proto`
and manually checked into the tree. The source of the protos is
src/config/proto/chromiumos/config/api/test/tls/common.proto, relative to a
standard repo.
(https://chromium.git.corp.google.com/chromiumos/config/+/HEAD/proto/chromiumos/config/api/test/tls/common.proto)
If there are updates to src proto, the protos here must be re-generated. Run the
script "buildprotos.py" to automatically rebuild them from the source. You must
manually repo sync prior to this.