commit | 737759d142e383936619218b6024cb0e3a37d34e | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Jan 15 15:18:04 2020 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jan 15 15:18:04 2020 -0800 |
tree | 6a782364a779393365fa94bb0a7df8d88a542675 | |
parent | 3bb60442fec5dce19215737ca17e0f1fb06fcf25 [diff] | |
parent | 0b664d1964f88d865643b7e157842bd9ee4eed0e [diff] |
DynamicPartitionControl: document FinishUpdate am: 0b664d1964 Change-Id: I88f327ad1fa053df2087887de4794c36984ad21c
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; };