From 7dbb51a36acaa10c9279ce4889864c8e5cf375e9 Mon Sep 17 00:00:00 2001 From: Zhen Sun Date: Tue, 7 Apr 2020 16:05:12 -0700 Subject: [PATCH] Add module for TvSettingsUIInteracted atom Adopt the autogenerated API on R branch by adding module for my atom. Metrics council review bug: 151768952 Bug: 150979527 Test: the Android tree still builds normally Change-Id: I608d2d8f2afd83a3975d8ffa844bc9310d988817 --- cmds/statsd/src/atoms.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto index 5cd00c35b05c1..8b75960c43d51 100644 --- a/cmds/statsd/src/atoms.proto +++ b/cmds/statsd/src/atoms.proto @@ -418,7 +418,7 @@ message Atom { AppStandbyBucketChanged app_standby_bucket_changed = 258 [(module) = "framework"]; SharesheetStarted sharesheet_started = 259 [(module) = "framework"]; RankingSelected ranking_selected = 260 [(module) = "framework"]; - TvSettingsUIInteracted tvsettings_ui_interacted = 261; + TvSettingsUIInteracted tvsettings_ui_interacted = 261 [(module) = "tv_settings"]; SdkExtensionStatus sdk_extension_status = 354; }