summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Edgar <lukeedgar@google.com>2023-06-21 15:12:01 +0100
committerTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-07-07 11:53:59 +0000
commitea0fda5e84c81a4cd071ca8ee4faa3714de836c5 (patch)
tree35b06884a46609be62d6357fe46b87ac9f9a6ab5
parent4db5349c1cf9823e13a879fe6eb913557ee6eed9 (diff)
downloadanalytics-library-ea0fda5e84c81a4cd071ca8ee4faa3714de836c5.tar.gz
Add ASARS_TO_COMPAT_SPLITS & EXTRACT_PRIVACY_SANDBOX_COMPAT_APKS to analytics
Bug: 265305448 Test: PrivacySandboxSdkTest Change-Id: I7f66d2551f89c08e36382f1910e6fcfd4e762b21
-rw-r--r--protos/src/main/proto/analytics_enums.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/protos/src/main/proto/analytics_enums.proto b/protos/src/main/proto/analytics_enums.proto
index 8872917..c64ea4d 100644
--- a/protos/src/main/proto/analytics_enums.proto
+++ b/protos/src/main/proto/analytics_enums.proto
@@ -411,6 +411,8 @@ enum GradleTaskExecutionType {
EXTRACT_VERSION_CONTROL_INFO = 324;
EXPAND_ART_PROFILE_WILDCARDS = 325;
SCREENSHOT_TEST = 326;
+ ASARS_TO_COMPAT_SPLITS = 327;
+ EXTRACT_PRIVACY_SANDBOX_COMPAT_APKS = 328;
}
enum BooleanOption {