android_packages_modules_Vi.../virtualizationservice
Chris Wailes 641fc4a280 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
2021-12-01 15:09:17 -08:00
..
aidl Add notifyError/onError notification for VM errors 2021-11-23 22:15:05 +09:00
src Fixed warnings generated by rustc 1.57.0 2021-12-01 15:09:17 -08:00
Android.bp Don't allow disk images labeled as app_data_file 2021-11-26 00:28:20 +09:00
TEST_MAPPING Create composite disk image in VirtualizationService. 2021-06-22 13:31:03 +00:00