Add last_update_seconds.
Bug: 211458160
Change-Id: I45eed42c0126cfde3b1b632c3ed90af57bdde455
diff --git a/microdroid/payload/metadata.proto b/microdroid/payload/metadata.proto
index 5ae2158..9e60b38 100644
--- a/microdroid/payload/metadata.proto
+++ b/microdroid/payload/metadata.proto
@@ -38,6 +38,11 @@
// When specified, apex payload should be verified with the public key and root digest.
bytes public_key = 3;
bytes root_digest = 4;
+
+ // Required.
+ // The timestamp in seconds when the APEX was last updated. This should match the value in
+ // apex-info-list.xml.
+ uint64 last_update_seconds = 5;
}
message ApkPayload {