commit | 0b664d1964f88d865643b7e157842bd9ee4eed0e | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Mon Jan 13 18:06:54 2020 -0800 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Wed Jan 15 23:16:32 2020 +0000 |
tree | 6a782364a779393365fa94bb0a7df8d88a542675 | |
parent | 087de9d5a3feb80675f3e9796775ea746cb97967 [diff] [blame] |
DynamicPartitionControl: document FinishUpdate Test: none Change-Id: I05d38e913671b120bc804a867cc82a442e8dd379
diff --git a/common/dynamic_partition_control_interface.h b/common/dynamic_partition_control_interface.h index c17bafb..c171fb5 100644 --- a/common/dynamic_partition_control_interface.h +++ b/common/dynamic_partition_control_interface.h
@@ -69,6 +69,8 @@ const DeltaArchiveManifest& manifest, bool update) = 0; + // After writing to new partitions, before rebooting into the new slot, call + // this function to indicate writes to new partitions are done. virtual bool FinishUpdate() = 0; };