[assembly] Replace empty-minfs with empty-data

New products may use different data filesystems (e.g. fxfs) which are
formatted on first boot if the data partition is empty. Replace uses of
minfs with filesystem-agnostic data identifier.

Bug: 85134
Change-Id: I4b593af1222c9b5e7d89e45227f90a15b7590eff
Reviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/789223
Reviewed-by: Jiaming Li <lijiaming@google.com>
Commit-Queue: Brandon Castellano <bcastell@google.com>
11 files changed
tree: 499eba21d3f48957357b3be7ec09190aed042647
  1. bazel_rules_fuchsia/
  2. bazel_rules_fuchsia_experimental/
  3. manifests/
  4. scripts/
  5. tests/
  6. .gitignore
  7. .gitmodules
  8. AUTHORS
  9. BUILD.bazel
  10. CONTRIBUTING.md
  11. LICENSE
  12. PATENTS
  13. README.md
  14. using_local_sdk.md
README.md

Fuchsia SDK Integration Repository

This repository provides environment-specific (e.g. Bazel, GN) tools for the SDK and associated integration tests in a public repo.

Visit Contributing to Fuchsia to learn how to contribute to this repository.