[roll] Roll fuchsia [minfs] add Writability enum

Instead of having two booleans interplay in the mount options, replace
them with one enum which describes the three possible states. Also,
remove the IsReadonly function and replace it with checking the
writability (that part is part of the Runner class refactor)

Original-Fixed: 51056
Original-Bug: 100846
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/682022
Original-Revision: ecc255e86b04ab5ef3707793d2dd70bc2e117113
GitOrigin-RevId: f083efca44e4d5c900ac8986d6e64af3eabe7f2a
Change-Id: I57226816b1165c80fa60e036135f33747d97359d
1 file changed
tree: 3993821b302f456c501acf2469fab4b746808765
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.