[roll] Roll fuchsia [starnix] Add feature to create mmcblk0 device

Add a feature to add a block device named "mmcblk0" to containers.
Android devices created with `ro.product.first_api_level` <=
35 require block devices using the `FSCRYPT_POLICY_FLAG_IV_INO_LBLK_32`
policy to start with the `mmcblk` prefix. Add empty "holders" directory
under block devices which is probed for by some containers to reduce
logspam.

Devices with first API level >= 36 use the standard Linux sysfs entries
under /sys/block/<disk>/queue/crypto/ instead, so those devices can
simply extend our existing sysfs entries for block devices to add crypto
parameters.

Original-Bug: 483413229
Original-Bug: 488067251
Test: fx test starnix_core_tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1516238
Original-Revision: 1417fae44a225afab358b4b889e8b2852917bdc9
GitOrigin-RevId: 4c92ef57d19831ca28e7897f6e96e8fe7e286464
Change-Id: I9b16cc1dc76b695a15f30bd5c20cc5243e250c30
1 file changed
tree: deb07851015290fcf3a00ca1be52a79d408c9bb3
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 in one of the communication channels documented at get involved.

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.