tree: 7c8209692ee0add5e5fe2f26fba75cf4877f1c9c [path history] [tgz]
  1. BUILD.gn
  2. build_component.py
  3. build_component_unittest.py
  4. cros_components.json
  5. README.md
cros_component/README.md

This file hosts tools, config files for cros component API.

build_component.py

The script (build_component.py) parses cros_components.json to read configurations for building all components. For each component to build, it collect all required binary files, generate final manifest file, create zip file and upload it to Omaha gs bucket.

cros_components.json

The configuration file consists of component creation info: package name, file paths, manifest path, Omaha gs bucket path.