summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Gavrilovic <gavra@google.com>2023-10-27 11:34:59 +0200
committerIvan Gavrilovic <gavra@google.com>2023-10-30 16:02:05 +0000
commit80f984f7d79c0d883501818e2339f8f75e3e97a5 (patch)
tree8510df5aaa18b4dd6bae86c43c9231cc936599a7
parent1b2712175247c2ffefc3d4485410284c2c084e66 (diff)
downloadanalytics-library-80f984f7d79c0d883501818e2339f8f75e3e97a5.tar.gz
Update analytics for IDE_AVOID_TASK_REGISTRATION
Update analytics proto with the new boolean option. Bug: 303832930 Test: existing (cherry picked from commit a921c5feaf7ff5b12d2f2f1589a6066d8fee7c1b) Change-Id: I855231cd8e95cb4ec121593a7e076afe3a6b371c
-rw-r--r--protos/src/main/proto/analytics_enums.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/protos/src/main/proto/analytics_enums.proto b/protos/src/main/proto/analytics_enums.proto
index 5e7066f..571ff16 100644
--- a/protos/src/main/proto/analytics_enums.proto
+++ b/protos/src/main/proto/analytics_enums.proto
@@ -597,6 +597,7 @@ enum BooleanOption {
LINT_USE_K2_UAST = 175;
USE_FULL_CLASSPATH_FOR_DEXING_TRANSFORM = 176;
ANDROID_TEST_LEAVE_APKS_INSTALLED_AFTER_RUN = 177;
+ IDE_AVOID_TASK_REGISTRATION = 178;
}
enum OptionalBooleanOption {