commit | db6004fc17fa9284452e268efde4d347fb827b24 | [log] [tgz] |
---|---|---|
author | David Greenaway <dgreenaway@fuchsia.infra.roller.google.com> | Wed Jun 16 08:25:41 2021 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jun 16 01:27:15 2021 -0700 |
tree | e04fc801994e53160f6d3076af8d242617ec04d1 | |
parent | aacae16fd65f258f61957acc304d314f93149216 [diff] |
[roll] Roll fuchsia [virtualization] Ensure "guest" shell binary is included in bin/. Currently the `guest` and `vsh` binaries are not being correctly installed into system images, despite being included in the build. Attempting to run `fx shell guest` or `fx shell vsh` results in a "command not found" error. In src/virtualization/bin/guest/BUILD.gn, `vsh` is currently installed as a copy of `guest` using the `renamed_binary` GN template. Recent changes in https://fxrev.dev/538141 changed the behaviour of this template to no longer include the original binary. Adding the flag `keep_original` to the rule ensures the original `guest` binary remains, as expected. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/543313 Original-Revision: 271c2499fd9526bdc62ccd6dfb060814b13e7856 GitOrigin-RevId: a7f80c3dc5debce879572ac08c5b85e9bbab372e Change-Id: I7917398983d388805963a33a3fd099806266e5cd
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.