Add module annotation to contacts_provider_status_reported

Bug: 427735757
Flag: EXEMPT log only update
Test: make
Change-Id: Ibcf6cf3c745e828ad23e181d9b673423f911b27d
diff --git a/stats/atoms.proto b/stats/atoms.proto
index 60cf7c0..74d8233 100644
--- a/stats/atoms.proto
+++ b/stats/atoms.proto
@@ -564,7 +564,7 @@
         BlobCommitted blob_committed = 298 [(module) = "framework"];
         BlobLeased blob_leased = 299 [(module) = "framework"];
         BlobOpened blob_opened = 300 [(module) = "framework"];
-        ContactsProviderStatusReported contacts_provider_status_reported = 301;
+        ContactsProviderStatusReported contacts_provider_status_reported = 301 [(module) = "contactsprovider"];
         KeystoreKeyEventReported keystore_key_event_reported = 302;
         NetworkTetheringReported  network_tethering_reported =
             303 [(module) = "network_tethering"];