[roll] Roll fuchsia [factory_reset] Reverts calling ResetTree on Factory Device Reset.

This partially reverts commit 88b6c29b5da213f8d7ad9ffccfbbaba840718c1f.

Reason for revert: Integration with FDR causes Credential Manager to start much earlier than it was. That's causing it to not start cleanly and hence leading to signin failures (fxbug.dev/107937).

This reverts the Factory reset portion of the original CL (i.e. the additional client) without removing the server implementation improvements that were made in the same CL and which now would
not rollback cleanly.

Test: Locally verified this fixes the problem with a userdebug build
Original-Bug: 107937

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/718704
Original-Revision: 8588404ad279150ea974c7c27932f314ae8247b7
GitOrigin-RevId: 49eb24952e9e596fbaf813ccc6e498c6e73b384b
Change-Id: I26afb283fcbed4bf440610435ca8d8dcaf0f7f32
1 file changed
tree: fc54e1f0c524750bda7e4e6aa071d3ded5d71314
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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 via the IRC channel #fuchsia on Freenode.

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.