aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadaf Ebrahimi <sadafebrahimi@google.com>2024-04-18 19:46:57 +0000
committerSadaf Ebrahimi <sadafebrahimi@google.com>2024-04-18 19:46:57 +0000
commit2515f0b16093b8c46be72d9eecad018cb0ccdcbd (patch)
tree9c5e71c33a4c310d32d0caa8873942f7d46a39fa
parent3bcbc4ecbaa7d6c4cfc4c02621fbe9d54bfaf180 (diff)
downloadexternal_updater-2515f0b16093b8c46be72d9eecad018cb0ccdcbd.tar.gz
Add primary_source to metadata.proto
Bug: 335638467 Test: TreeHugger Change-Id: I0aafca55e7a8c765f48a9e5ecbe25bec8834ac2b
-rw-r--r--metadata.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/metadata.proto b/metadata.proto
index b1873f8..47d0b16 100644
--- a/metadata.proto
+++ b/metadata.proto
@@ -81,6 +81,7 @@ message Identifier {
optional string type = 1;
optional string value = 3;
optional string version = 4;
+ optional bool primary_source = 6;
}
message Date {