Deprecate VmCpuStatusReported and VmMemStatusReported atoms

Bug: 257159905
Test: N/A

Merged-In: Ie462d938e752e4b3e49dc6f4ae3d4c48aceeb732
Change-Id: Ie462d938e752e4b3e49dc6f4ae3d4c48aceeb732
diff --git a/stats/atoms.proto b/stats/atoms.proto
index 7cb9e15..b484b15 100644
--- a/stats/atoms.proto
+++ b/stats/atoms.proto
@@ -740,8 +740,8 @@
         MediametricsHeadTrackerDeviceSupportedReported mediametrics_headtrackerdevicesupported_reported =
                 511 [(module) = "media_metrics"];
         AirplaneModeSessionReported airplane_mode_session_reported = 521 [(module) = "wifi", (module) = "bluetooth"];
-        VmCpuStatusReported vm_cpu_status_reported = 522 [(module) = "virtualizationservice"];
-        VmMemStatusReported vm_mem_status_reported = 523 [(module) = "virtualizationservice"];
+        VmCpuStatusReported vm_cpu_status_reported = 522 [(module) = "virtualizationservice", deprecated = true];
+        VmMemStatusReported vm_mem_status_reported = 523 [(module) = "virtualizationservice", deprecated = true];
         DefaultNetworkRematchInfo default_network_rematch_info = 525 [(module) = "connectivity"];
         NetworkSelectionPerformance network_selection_performance = 526 [(module) = "connectivity"];
         NetworkNsdReported network_nsd_reported = 527 [(module) = "connectivity"];
@@ -17057,12 +17057,15 @@
 }
 
 /**
+ * (Deprecated)
  * Logs telemetry for Android Virtualization framework
  *
  * For every second while VM is running, an atom is pushed that records CPU time information of VM.
  * Logged from: packages/modules/Virtualization/
  */
 message VmCpuStatusReported {
+    option deprecated = true;
+
     optional int32 uid = 1 [(is_uid) = true];
     optional string vm_identifier = 2;
 
@@ -17073,12 +17076,15 @@
 }
 
 /**
+ * (Deprecated)
  * Logs telemetry for Android Virtualization framework
  *
  * For every second while VM is running, an atom is pushed that records memory information of VM.
  * Logged from: packages/modules/Virtualization/
  */
 message VmMemStatusReported {
+    option deprecated = true;
+
     optional int32 uid = 1 [(is_uid) = true];
     optional string vm_identifier = 2;