tree: e3526432e75006ddc2ec10bdad4b471784824bd3 [path history] [tgz]
  1. third_party/
  2. cts
  3. firmware
  4. jiri.lock
  5. minimal
  6. OWNERS
  7. platform
  8. prebuilts
  9. README.md
  10. SOURCE_OWNERS
  11. toolchain
  12. update-lockfiles.sh
manifests/README.md

Manifests

This directory contains Jiri manifests that list the source code and prebuilt dependencies of Fuchsia that get downloaded by jiri update.

Making changes

Many of these manifests are updating automatically by “rollers” - scheduled jobs that create and submit CLs.

If making a change manually, you can test the impact of the change locally by running jiri update -local-manifest-project=fuchsia, and then using fx build and the rest of your normal Fuchsia development workflow to test the change.

If making a change to a <package> entry in a manifest, you'll need to run manifests/update-lockfiles.sh to resolve the pinned versions to immutable content addresses to ensure determinism.