[roll] Roll fuchsia [build] restore kernel_version_string build argument

I use kernel_version_string to avoid invalidating my build when I make
WIP commits, and also to build in fuchsia checkout where fuchsia is a
[git worktree], where .git is a file instead of a directory.

[git worktree]: https://git-scm.com/docs/git-worktree

This is a partial revert of I1fe6455306641f884e5165c88d0fd40658d7e9d0. I
don't believe it un-fixes https://fxbug.dev/68558 though, because even
if kernel_version_string is set it should still be hermetic.

Original-Bug: 68558
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/644129
Original-Revision: 8ffa7cac6a881d71d81afad6c6393cf00e03b262
GitOrigin-RevId: a50f241edc7ffdcb781488d70e5d0c7ec4c24a4f
Change-Id: I20ac106a756a2672a0dfafb5e82b71291a38d614
1 file changed
tree: dcd26b5fc9d163bd28c0407a6c087e0f69efa0eb
  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.