xref: /aosp_15_r20/external/angle/build/util/lib/proto/README.md (revision 8975f5c5ed3d1c378011245431ada316dfb6f244)
1*8975f5c5SAndroid Build Coastguard Worker# Step to generate/update \*\_pb2.py stubs from proto
2*8975f5c5SAndroid Build Coastguard Worker
3*8975f5c5SAndroid Build Coastguard Worker1. Install `protoc` if it is not in the `$PATH`
4*8975f5c5SAndroid Build Coastguard Worker2. From this dir, Run the command `protoc --python_out=. *.proto` to generate
5*8975f5c5SAndroid Build Coastguard Worker   python stubs
6