[roll] Roll fuchsia [starnix] Combine init_binary_path and init_args, remove init_environ

init_binary_path and init_args become a single array called init.
init_environ isn't used anywhere and therefore removed to make the
config files nicer. We can add it again later if we need it.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/665946
Original-Revision: c441a69a8013d650eeb8bfe292bdc872df78faf5
GitOrigin-RevId: 2bef2c622c2759280229c7d050a4ee515b83557d
Change-Id: Iecb0b1afed2e73001007a1cc5ac52c5a8f64d997
1 file changed
tree: 9cd84a7bd9b27bfc76d7c006cb6515704f093f65
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.