diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2021-05-14 01:09:55 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2021-05-14 01:09:55 +0000 |
commit | a6c543c64b135f521cae645c2f882d78bf7307e8 (patch) | |
tree | 3e0ef8551a610e593102d8ff0f0a2d8c9b682581 /common/constants.cc | |
parent | 3d4e6e0d7ed2b609e0fe2b4d0fcb250808f97476 (diff) | |
parent | 422e893875d4d1c8cf73db5d39a0eac19bce3065 (diff) |
Snap for 7360053 from 422e893875d4d1c8cf73db5d39a0eac19bce3065 to sc-release
Change-Id: I9d292ff0b5cbdc3e0ab778bcb3f9eca70d8a0277
Diffstat (limited to 'common/constants.cc')
-rw-r--r-- | common/constants.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/constants.cc b/common/constants.cc index a9cf238d..0677e663 100644 --- a/common/constants.cc +++ b/common/constants.cc @@ -112,6 +112,7 @@ const char kPrefsWallClockScatteringWaitPeriod[] = "wall-clock-wait-period"; const char kPrefsWallClockStagingWaitPeriod[] = "wall-clock-staging-wait-period"; const char kPrefsManifestBytes[] = "manifest-bytes"; +const char kPrefsPreviousSlot[] = "previous-slot"; // These four fields are generated by scripts/brillo_update_payload. const char kPayloadPropertyFileSize[] = "FILE_SIZE"; |