tree: 24de1e65e72cbb10bb074bbd065be04bd9b0db68 [path history] [tgz]
  1. gen/
  2. __init__.py
  3. compile.py
  4. README.md
  5. sys_path.py
protoc/README.md

Android Proto

This directory contains compiled proto files from Android frameworks and perfetto.

To update the list of checked in proto files, add the module you want to PROTO_MODULES in codegen/gen.py and then run it. You will need git and protoc in your environment.

To use generated protos, import directly from protoc, e.g.:

from protoc import activitymanagerservice_pb2