summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Warrington <cmw@google.com>2022-03-23 15:53:56 +0000
committerTreeHugger Robot <treehugger-gerrit@google.com>2022-03-23 18:43:10 +0000
commit8d37d0d5919c901a30707df16787febe3daaee36 (patch)
tree152732843a08b9a4ecbc2ca648b3b4686e5918ad
parente1d30b7993e811ad97781769318489b7d47d6c71 (diff)
downloadanalytics-library-8d37d0d5919c901a30707df16787febe3daaee36.tar.gz
Remove DataBindingMergeBaseClassLog
It's not needed and uses the deprecated incremental task API See Ib6d6da1a4811755c106e3e05f2ecd8bf5a0eb2ab Bug: 218478028 Test: Existing AGP integration tests Change-Id: I335672a181bdfc482487e469ff138b9fb2f27e6a
-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 02486b1..07ac658 100644
--- a/protos/src/main/proto/analytics_enums.proto
+++ b/protos/src/main/proto/analytics_enums.proto
@@ -255,7 +255,7 @@ enum GradleTaskExecutionType {
PROCESS_ANNOTATIONS = 168;
SIGNING_CONFIG_WRITER = 169;
LIBRARY_DEXING = 170;
- DATA_BINDING_MERGE_BASE_CLASS_LOG = 171;
+ DATA_BINDING_MERGE_BASE_CLASS_LOG = 171 [deprecated = true];
BUNDLE_LIBRARY_CLASSES = 172 [deprecated = true];
BUNDLE_LIBRARY_JAVA_RES = 173;
RECALCULATE_STACK_FRAMES = 174;