tree: bb5c143f48d45041e469da690242d87bca2ab2f7
  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