[roll] Roll fuchsia [starnix][kernel] Move more top-level files into task

This CL moves loader.rs, dynamic_thread_spawner.rs, and
container_namespace.rs from being top-level files in
//src/starnix/kernel to being in the task directory. In most cases,
these can be private mods in the task directory.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1281184
Original-Revision: af55ec150ce0912f640e98ae47a6d6ff2682b794
GitOrigin-RevId: dfb8af072e60409d5e08db4d92705b2541a6ac1f
Change-Id: I600cea36a9abf4aec03acc511b1a789116b30ada
1 file changed
tree: 0dc9d6510d5d65502b5b470e2633d7e7d57bd3b6
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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.