[roll] Roll fuchsia [components][sandbox] Derive namespace directly from Dict

A component's namespace vfs is supposed to be projected from the
program_input_dict. However, this isn't really true now: the
namespace is generated primarily from the Use declarations,
followed by point lookups into the program_input_dict for bedrock-backed
capabilities only.

Instead, we can now generate the namespace entirely from the program_input_dict,
without reference to the use declarations. This fixes the
the behavior `StartChildArgs.dictionary` so it does not expect
pre-existing `use` decls for the capability in the dictionary.

Original-Fixed: 360221168, 322564390
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1146395
Original-Revision: 2f83da829133fd5432e7d9a3aeb4f46750f8572e
GitOrigin-RevId: b50b8644bbaaf4f28ff7b18f36f5cc2236d967ab
Change-Id: I493b214b3c228b3d53a308cde621e2c667e88a81
1 file changed
tree: cabd82ee388b889f3f31ef189108816a09090e86
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.