summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Pollom <spollom@google.com>2022-03-30 12:25:46 -0700
committerScott Pollom <spollom@google.com>2022-03-30 12:25:46 -0700
commit54444c9818db415eaf31fd4f51c9dd09495910fc (patch)
tree80f350f7a3c99d52e2f08dcbf5e01afaae4c9d6a
parentf4805cb8ca9ff83201d3fbc5397e33fcf2321af2 (diff)
downloadanalytics-library-54444c9818db415eaf31fd4f51c9dd09495910fc.tar.gz
Change ALL_COMPONENTS to COMPONENTS in analytics_enums.proto
Bug: 72477422 Test: existing Change-Id: Ia9e8d19076679e2f210a4bb1c466549a9a6e837c
-rw-r--r--protos/src/main/proto/analytics_enums.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/protos/src/main/proto/analytics_enums.proto b/protos/src/main/proto/analytics_enums.proto
index 12758a1..f474de7 100644
--- a/protos/src/main/proto/analytics_enums.proto
+++ b/protos/src/main/proto/analytics_enums.proto
@@ -773,5 +773,5 @@ enum VariantPropertiesMethodType {
SOURCES_RENDERSCRIPT_ACCESS = 120;
SOURCES_KOTLIN_ACCESS = 121;
CONFIGURATIONS = 122;
- ALL_COMPONENTS = 123;
+ COMPONENTS = 123;
}