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 /apexd/apexd_session.h | |
| parent | ff34b18d49a0966d60181aa728ff0ffc961932ee (diff) | |
| parent | a41373acd02cc04e2ffa4088eb6ee0a964fd3dec (diff) | |
Change-Id: I65ca498018e0e7d8670183e17061266fa62d733f
Diffstat (limited to 'apexd/apexd_session.h')
| -rw-r--r-- | apexd/apexd_session.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apexd/apexd_session.h b/apexd/apexd_session.h index 5f32198..7b6b703 100644 --- a/apexd/apexd_session.h +++ b/apexd/apexd_session.h @@ -43,9 +43,11 @@ class ApexSession { const google::protobuf::RepeatedField<int> GetChildSessionIds() const; ::apex::proto::SessionState::State GetState() const; int GetId() const; + std::string GetBuildFingerprint() const; bool IsFinalized() const; void SetChildSessionIds(const std::vector<int>& child_session_ids); + void SetBuildFingerprint(const std::string& fingerprint); Status UpdateStateAndCommit(const ::apex::proto::SessionState::State& state); Status DeleteSession() const; |
