tree: 17b108862de16374051c885ba968c0c25f2cebeb [path history] [tgz]
  1. assembly/
  2. depfile/
  3. distribution_manifest/
  4. elf/
  5. serialization/
  6. BUILD.bazel
  7. README.md
build/python/modules/README.md

Build-Time Python Modules

These are python modules for use by build-time scripts, which help codify various formats and conventions.

  • assembly - A module for working with various configuration file formats that are used by the image and product assembly operations.

  • depfile - A module for writing depfiles that ninja can read.

  • serialization - A module for serializing/deserializing @dataclass objects to/from JSON.