| commit | 746429acae55a9fe2875fa415be27e56725c3f5c | [log] [tgz] |
|---|---|---|
| author | Daniel Dougherty <doughertyda@fuchsia.infra.roller.google.com> | Wed Jul 20 22:44:50 2022 +0000 |
| committer | Copybara-Service <copybara-worker@google.com> | Wed Jul 20 15:47:32 2022 -0700 |
| tree | 9301fc60b0ad19f2a4f2e6fc8ea2828c8aa15c77 | |
| parent | b247925bcb26596e38a71c3366673c22e6286d33 [diff] |
[roll] Roll fuchsia [ffx] Refactor engine code to reflect dependencies The Fuchsia emulator launcher supports two engines, "qemu" and "femu", which are both based on different versions of the Qemu emulation system. As such, they share a significant amount of code, but they have a few differences which require separate implementations. Previously, the majority of the shared code lived in the engines/qemu/ directory, along with the leaf of the "qemu" implementation, while the "femu" leaf was in engines/femu and had a dependency on its peer directory. This CL shifts the files within the directory structure to better reflect how the files work together. The root is now engines/qemu_based, and it contains the shared code as mod.rs as well as subdirectories for qemu and femu which contain their respective leaf implementations. This has no functional impact on the program, but should make it easier to find the implementations for folks new to the project. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/702030 Original-Revision: a6275107bb4302c715364662f41bab2605369ec1 GitOrigin-RevId: d634a77a585b16a7eb3dd72316d516cd1adbcd1b Change-Id: I64a11f9e39ad81a7f7739f0e14702ecf4c6c1dab
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.