summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Dochez <jedo@google.com>2021-02-22 08:29:27 -0800
committerJerome Dochez <jedo@google.com>2021-02-24 05:28:09 +0000
commit43e22f859091e56b90f4e8de06c7b419d312fdf7 (patch)
treeb346afa0bf52d0a105d169bbe881aafe571823c9
parentf4cb2759c6364baddb674d0cbb24da9d354774a2 (diff)
downloadanalytics-library-43e22f859091e56b90f4e8de06c7b419d312fdf7.tar.gz
added fields for signing config variant API access
Test: Existing Bug: N/A Change-Id: Ic87d63063fad5deaa308fef6b9f06febbe24d95b
-rw-r--r--protos/src/main/proto/analytics_enums.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/protos/src/main/proto/analytics_enums.proto b/protos/src/main/proto/analytics_enums.proto
index e2a0342..b22adc2 100644
--- a/protos/src/main/proto/analytics_enums.proto
+++ b/protos/src/main/proto/analytics_enums.proto
@@ -665,4 +665,8 @@ enum VariantPropertiesMethodType {
RENDERSCRIPT_NDK_MODE = 71;
RENDERSCRIPT_OPTIMIZATION_LEVEL = 72;
ANDROID_TEST = 73;
+ SIGNING_CONFIG_ENABLE_V1 = 76;
+ SIGNING_CONFIG_ENABLE_V2 = 77;
+ SIGNING_CONFIG_ENABLE_V3 = 78;
+ SIGNING_CONFIG_ENABLE_V4 = 79;
}