commit | a1bb9008e717b903d0ab2616b98631d24dc70174 | [log] [tgz] |
---|---|---|
author | James Buckland <jbuckland@fuchsia.infra.roller.google.com> | Wed Sep 28 19:39:34 2022 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Sep 28 12:41:33 2022 -0700 |
tree | b8872a40d24a3b4b0d7a94425a09c99a974a79f2 | |
parent | 6a5057ceb9d404a419eb313b2286e07c72d6c37f [diff] |
[roll] Roll fuchsia [storage-manager] Move disk_management contents into storage-manager. This CL moves a most of bin/password_authenticator/src/disk_management.rs + bin/password_authenticator/src/constants.rs from bin/password_authenticator to lib/storage_manager/minfs/disk.rs, making it publicly accessible in its current callsite and other, future callsites. Some imports in other files needed to change. Some test functions needed to be moved to non-cfg(test) blocks; these new blocks all are named testing. This CL unblocks work moving the contents of bin/password_authenticator/src/account_manager.rs which deal with minfs/zxcrypt out of password_authenticator and into src/identity/lib/storage_manager, where they can be used by other callsites. Original-Bug: 103134 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/731903 Original-Revision: 712986fe724a994c60cb7cef6bcc7639714ae508 GitOrigin-RevId: c99472182c69f92ad69bcd92a4aa9d1c79e6e6dd Change-Id: I156057e10d2c7cc88d22f4849eabe516e6de7fb3
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
.