diff options
| author | android-build-team Robot <android-build-team-robot@google.com> | 2019-12-19 08:10:17 +0000 |
|---|---|---|
| committer | android-build-team Robot <android-build-team-robot@google.com> | 2019-12-19 08:10:17 +0000 |
| commit | 27b5a7aa4d2b595d5bc1034a4f0f91a75b301bff (patch) | |
| tree | f76e5a071e6e1e91bdfdc5b35406c70070d364ed /proto | |
| parent | ff34b18d49a0966d60181aa728ff0ffc961932ee (diff) | |
| parent | a41373acd02cc04e2ffa4088eb6ee0a964fd3dec (diff) | |
Change-Id: I65ca498018e0e7d8670183e17061266fa62d733f
Diffstat (limited to 'proto')
| -rw-r--r-- | proto/session_state.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/session_state.proto b/proto/session_state.proto index addb703..f023353 100644 --- a/proto/session_state.proto +++ b/proto/session_state.proto @@ -39,4 +39,7 @@ message SessionState { // Child session ids repeated int32 child_session_ids = 3; + + // Build fingerprint before reboot + string expected_build_fingerprint = 4; } |
