[roll] Roll fuchsia [appmgr] Temporary fix for cache purging

Appmgr's notion of free space is not correctly computed for FVM-enabled
filesystems, and doesn't take into account the budgeted maximum size of
the partition, so cache purging might never kick in (since the
denominator is higher than expected, and we purge when using 95% or more
of the partition).

This CL is a temporary fix for this issue which addresses the problem
with minimal churn.  A proper fix is impending but requires plumbing
much more information through the system, so this fix will take up the
slack in the meantime.

This fix is only enabled if the new GN argument
`minfs_board_maximum_data_bytes` is set.  This CL does not set this GN
argument for any devices.

Original-Bug: 83978
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/582190
Original-Revision: e1d1449be712540fb0e1f0a4c0dca4dd658318d7
GitOrigin-RevId: 5ce159d85dfe324fe691ad7ce7f7db40f7ef613f
Change-Id: I7b7945f49fd90f8801cf69dc5aaf76f3cc1c13fb
1 file changed
tree: 1fa8ce4b0d11ff72abf9802de4f1c3f9635ef765
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.