Fixed warnings generated by rustc 1.57.0

This CL fixes several warnings generated by rustc 1.57.  Many of these
warnings were related to unused fields.  These fields had previously
been considered used because they were read by the Debug trait, but this
behavior changes in the new version of rustc.  These fields are now
temporarily annotated to suppress warnings until it is determined if
they are needed.

Bug: 203802952
Test: Build and boot cuttlefish
Change-Id: I4eb1f6820a086ee9645206d7861caf0b8a04284c
5 files changed
tree: 6dcab2e70420655657557d4fd24aa05b4d3a883b
  1. apex/
  2. apkdmverity/
  3. apkverify/
  4. authfs/
  5. binder_common/
  6. compos/
  7. demo/
  8. docs/
  9. idsig/
  10. javalib/
  11. launcher/
  12. libs/
  13. microdroid/
  14. microdroid_manager/
  15. pvmfw/
  16. tests/
  17. virtualizationservice/
  18. vm/
  19. vmconfig/
  20. zipfuse/
  21. .clang-format
  22. .gitignore
  23. Android.bp
  24. OWNERS
  25. PREUPLOAD.cfg
  26. README.md
  27. TEST_MAPPING
README.md

Virtualization

This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.